diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2014-10-30 11:51:50 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2014-10-30 11:51:50 -0400 |
commit | 7bdef5349071ede1c7c0bbb21133dcc713da143b (patch) | |
tree | 0080f6dcda2c0e9e9ed1e014ff68607395c5cd10 /gyp/common.gypi | |
parent | e38b02ff5897ef4bfd3666171f944213a256dd74 (diff) | |
download | qtlocation-mapboxgl-7bdef5349071ede1c7c0bbb21133dcc713da143b.tar.gz |
fix standalone_product_dir path
Diffstat (limited to 'gyp/common.gypi')
-rw-r--r-- | gyp/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi index c25bb77779..16025eb5ae 100644 --- a/gyp/common.gypi +++ b/gyp/common.gypi @@ -1,7 +1,7 @@ { 'variables': { 'install_prefix%': '', - 'standalone_product_dir':'<!@(pwd)/../build' + 'standalone_product_dir':'<!@(pwd)/build' }, 'target_defaults': { 'default_configuration': 'Release', |