Skip to content

Commit 65fba52

Browse files
authored
Merge pull request #17 from Orstando/main
Update build.sh
2 parents 6590dc4 + 160d9b0 commit 65fba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ $CMD == "build" ]; then
4949
echo "compiling prod device build..."
5050
# compile C
5151
cd build
52-
cmake -DCMAKE_TOOLCHAIN_FILE=${SDK}/C_API/buildsupport/arm.cmake ..
52+
cmake -DCMAKE_TOOLCHAIN_FILE=${SDK}/C_API/buildsupport/arm.cmake .
5353
make
5454
cd ..
5555
# compile lua and assets, tell pdc to compile lua without debug symbols

0 commit comments

Comments
 (0)