Skip to content

Commit

Permalink
Fix lua build for Android, iOS (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
bintester authored Feb 20, 2024
1 parent f22cc4b commit 8669e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/scripting/lua-bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ target_include_directories(${_AX_LUA_LIB}
PRIVATE ${ax_root}/extensions/spine/src
PRIVATE ${ax_root}/extensions/cocostudio/src
PRIVATE ${ax_root}/extensions/fairygui/src
PRIVATE ${ax_root}/extensions/fairygui/src/fairygui
PRIVATE ${ax_root}/extensions/Particle3D/src
INTERFACE ${ax_root}/extensions/scripting/lua-bindings/manual
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ target_include_directories(${target_name}
PRIVATE ../../../../thirdparty
PRIVATE ../../../../thirdparty/robin-map/include
PRIVATE ../../../../thirdparty/jni.hpp/include
PRIVATE ../../../../thirdparty/yasio
)

0 comments on commit 8669e8d

Please sign in to comment.