Skip to content

Commit 7da488e

Browse files
authored
fixing build script (#450)
1 parent ed8b520 commit 7da488e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tools/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ run() {
6363
# None
6464
#######################################
6565
main() {
66-
# rm -rf Release
66+
rm -rf Release
6767

68-
# build_ios_dylib
69-
# printf "\n"
70-
# build_ios_static
68+
build_ios_dylib
69+
printf "\n"
70+
build_ios_static
7171

7272
# # remove duplicate assets if any
7373
find "Release/" -name '_CodeSignature' -exec rm -rf {} +

0 commit comments

Comments
 (0)