We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6590dc4 + 160d9b0 commit 65fba52Copy full SHA for 65fba52
build.sh
@@ -49,7 +49,7 @@ if [ $CMD == "build" ]; then
49
echo "compiling prod device build..."
50
# compile C
51
cd build
52
- cmake -DCMAKE_TOOLCHAIN_FILE=${SDK}/C_API/buildsupport/arm.cmake ..
+ cmake -DCMAKE_TOOLCHAIN_FILE=${SDK}/C_API/buildsupport/arm.cmake .
53
make
54
cd ..
55
# compile lua and assets, tell pdc to compile lua without debug symbols
0 commit comments