Skip to content

Commit

Permalink
Fix #1628
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Jan 24, 2024
1 parent 01d4ad6 commit 7b48175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lua-template-default/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ endif()
if (_AX_USE_PREBUILT) # support windows and linux
use_ax_compile_define(${APP_NAME})

include(${_AX_ROOT}/cmake/AXLinkHelpers.cmake)
include(AXLinkHelpers)
ax_link_lua_prebuilt(${APP_NAME} ${_AX_ROOT} ${AX_PREBUILT_DIR})
endif()

Expand Down

0 comments on commit 7b48175

Please sign in to comment.