diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-12-01 16:28:06 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-12-01 16:28:06 +0300 |
commit | 630ec3f1eca0543b2d10c409822ea4acb657c87c (patch) | |
tree | a5256391de48996133269e860486c28e4745824f /auto/save | |
parent | 1add36a7ee543b993aeba10c04a4abfc0244c3f8 (diff) | |
download | unit-630ec3f1eca0543b2d10c409822ea4acb657c87c.tar.gz unit-630ec3f1eca0543b2d10c409822ea4acb657c87c.tar.bz2 |
Using compiler capability to generate dependencies.
This closes #58 issue on GitHub.
Diffstat (limited to 'auto/save')
-rw-r--r-- | auto/save | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ cat << END > $NXT_AUTOCONF_DATA CC='$CC' CFLAGS='$CFLAGS' +NXT_CC_NAME='$NXT_CC_NAME' NXT_CFLAGS='$NXT_CFLAGS' NXT_CC_OPT='$NXT_CC_OPT' NXT_LD_OPT='$NXT_LD_OPT' |