diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-30 23:02:44 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-30 23:02:44 -0500 |
commit | e4aac6daea258aaf6b0ff9ea75b1bfb2f903e45a (patch) | |
tree | af941f28eb6719fb3693bdacee2a714ffa939ae5 /solenv | |
parent | 94730f359023a3e90fd6d5239a12a150f41f4dd2 (diff) |
ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: I0c51975c1c13dbd100bbd8e6103835ce8a8c3691
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/macosx-change-install-names.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl index 7e5645c92f01..cbfd06f937c7 100644 --- a/solenv/bin/macosx-change-install-names.pl +++ b/solenv/bin/macosx-change-install-names.pl @@ -38,7 +38,7 @@ # That latter case is useful for libraries from external modules, where the # external build process locates them in some sub-directory. -my $OLD = $ENV{ENABLE_MACOSX_MACLIKE_APP_STRUCTURE} ne 'YES'; +my $OLD = $ENV{ENABLE_MACOSX_MACLIKE_APP_STRUCTURE} ne 'TRUE'; sub action($$$) { |