Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Jun 28, 2024
1 parent ba381e6 commit 1060752
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 41 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
[submodule "vendor/pcre"]
path = vendor/pcre
url = https://github.com/luvit/pcre
ignore = dirty
40 changes: 0 additions & 40 deletions app/tp.xcframework/Info.plist

This file was deleted.

4 changes: 3 additions & 1 deletion tools/build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ cd ../..

nim c --os:ios --debugger:native -o:libenu.a src/enu.nim

libtool -static -o app/libenu.a libenu.a vendor/pcre/.libs/libpcre.a
libtool -static -o dist/ios/Enu/libenu.a libenu.a vendor/pcre/.libs/libpcre.a

cp vendor/godot/bin/libgodot.iphone.debug.arm64.a dist/ios/Enu.xcframework/ios-arm64/libgodot.a

0 comments on commit 1060752

Please sign in to comment.