Skip to content

Commit b95eeda

Browse files
committed
Fix CI.
1 parent 54a9c29 commit b95eeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z8lua/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(NGAGESDK)
3939
else()
4040

4141
project(z8lua C)
42-
add_executable(z8lua ${z8lua_sources} ${CMAKE_CURRENT_SOURCE_DIR}/lua.c)
42+
add_library(z8lua STATIC ${z8lua_sources})
4343
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
4444

4545
endif()

0 commit comments

Comments
 (0)