diff options
author | Peter Powell <petpow@saberuk.com> | 2016-02-26 13:12:09 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-04-04 13:20:21 +0100 |
commit | 30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f (patch) | |
tree | 23119a89eb97f752cb68fd6e3bad69aa1000663d /make/calcdep.pl | |
parent | 932748db6dd2a7225c9f12bc34339fcb2f37c319 (diff) |
Rename PURE_STATIC to INSPIRCD_STATIC.
Diffstat (limited to 'make/calcdep.pl')
-rwxr-xr-x | make/calcdep.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/calcdep.pl b/make/calcdep.pl index 65e19773e..f8f50497e 100755 --- a/make/calcdep.pl +++ b/make/calcdep.pl @@ -57,7 +57,7 @@ sub run() { open MAKE, '>real.mk' or die "Could not write real.mk: $!"; chdir "${\SOURCEPATH}/src"; - if ($ENV{PURE_STATIC}) { + if ($ENV{INSPIRCD_STATIC}) { run_static(); } else { run_dynamic(); |