diff options
author | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-03 14:32:00 -0800 |
---|---|---|
committer | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-03 14:32:00 -0800 |
commit | b8d9f7704facd03e6549d32ee2d05708ce5e7d14 (patch) | |
tree | 5ab8642a9b788e966475f53ddbc6431a770e9440 /deps/run_gyp | |
parent | 1295ebc70545d0210568a1f54cc2133fcd6b722e (diff) | |
download | qtlocation-mapboxgl-b8d9f7704facd03e6549d32ee2d05708ce5e7d14.tar.gz |
switch build system to gyp
Diffstat (limited to 'deps/run_gyp')
-rwxr-xr-x | deps/run_gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/run_gyp b/deps/run_gyp new file mode 100755 index 0000000000..6f14ef163a --- /dev/null +++ b/deps/run_gyp @@ -0,0 +1,8 @@ +#!/usr/bin/env python +import sys +import os.path +sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'gyp', 'pylib')) +import gyp + +if __name__ == '__main__': + sys.exit(gyp.script_main())
\ No newline at end of file |