File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ if(CMAKE_TOOLCHAIN_FILE)
20
20
message (STATUS "Using toolchain file:" ${CMAKE_TOOLCHAIN_FILE} )
21
21
endif ()
22
22
23
- # the default behavior of build module
24
- option (AX_ENABLE_EXT_LUA "Build lua libraries" ON )
25
-
26
23
# hold the extensions list to auto link to app
27
24
set (_AX_EXTENSION_LIBS "" CACHE INTERNAL "extensions for auto link to target application" )
28
25
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ option(AX_DISABLE_GLES2 "Whether disable GLES2 support" OFF)
121
121
122
122
option (AX_EXT_HINT "The default extensions hint" ON )
123
123
124
+ option (AX_ENABLE_EXT_LUA "Build lua libraries" ${AX_EXT_HINT} )
124
125
option (AX_ENABLE_EXT_GUI "Build extension GUI" ${AX_EXT_HINT} )
125
126
option (AX_ENABLE_EXT_ASSETMANAGER "Build extension asset-manager" ${AX_EXT_HINT} )
126
127
option (AX_ENABLE_EXT_SPINE "Build extension spine" ${AX_EXT_HINT} )
You can’t perform that action at this time.
0 commit comments