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 50eda67 commit d23479eCopy full SHA for d23479e
build.sh
@@ -35,7 +35,8 @@ do
35
for mode in $modes
36
do
37
cd $current_dir
38
- 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=`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
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