diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-10-29 18:13:25 -0400 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-10-29 18:13:25 -0400 |
commit | d8a93dbb9542ca6f05372221ee69c086b7750a4c (patch) | |
tree | 464b6d6df7c75049b8cdea3156d486b6dc46793a /gyp/common.gypi | |
parent | 4cfb4b130fce9912d636ba832544bf73b38b7484 (diff) | |
download | qtlocation-mapboxgl-d8a93dbb9542ca6f05372221ee69c086b7750a4c.tar.gz |
use stable cross-generator direction for referencing standalone lib + other minor fixups
Diffstat (limited to 'gyp/common.gypi')
-rw-r--r-- | gyp/common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi index 163f2ce0a7..c25bb77779 100644 --- a/gyp/common.gypi +++ b/gyp/common.gypi @@ -1,6 +1,7 @@ { 'variables': { 'install_prefix%': '', + 'standalone_product_dir':'<!@(pwd)/../build' }, 'target_defaults': { 'default_configuration': 'Release', |