mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 08:30:59 +02:00
Prefer dynamic lua51.
This commit is contained in:
+2
-1
@@ -70,7 +70,7 @@ add_executable(megatest src/test.cpp)
|
||||
target_link_libraries(megatest
|
||||
zlibstatic
|
||||
physfs-static
|
||||
lua51-static
|
||||
lua51
|
||||
${PNG_LIB_NAME_STATIC}
|
||||
jpeg-static
|
||||
ogg-static
|
||||
@@ -91,3 +91,4 @@ add_move_dll(megatest mpg123)
|
||||
add_move_dll(megatest SDL2)
|
||||
add_move_dll(megatest ${OPENAL_LIB_NAME})
|
||||
add_move_dll(megatest DevIL)
|
||||
add_move_dll(megatest lua51)
|
||||
|
||||
Reference in New Issue
Block a user