We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f072017 commit 04b04e8Copy full SHA for 04b04e8
build.sh
@@ -35,8 +35,7 @@ do
35
for mode in $modes
36
do
37
cd $current_dir
38
- GYP=`which gyp`
39
- python $GYP --depth . -G output_dir=. -D platform=$platform -D mode=$mode -D ROOT_PATH=${base_output_gen} -D QT_DIR=${qt_dir} --generator-output=${output_gen}/$platform/$mode wd.gyp
+ gyp --depth . -G output_dir=. -D platform=$platform -D mode=$mode -D ROOT_PATH=${base_output_gen} -D QT_DIR=${qt_dir} --generator-output=${output_gen}/$platform/$mode wd.gyp
40
[ $? -ne 0 ] && exit 1
41
cd ${output_gen}/$platform/$mode
42
[ $? -ne 0 ] && echo "**** ERROR: Can't access to ${output_gen}/$platform/$mode" && exit 1
0 commit comments