mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Do not install the static lua library file
This commit is contained in:
parent
bc48cf076d
commit
6d23fb2592
1 changed files with 4 additions and 4 deletions
|
@ -56,8 +56,8 @@ set_target_properties(${LUA_LIBS} PROPERTIES
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install library
|
# Install library
|
||||||
install(TARGETS ${LUA_LIBS}
|
#install(TARGETS ${LUA_LIBS}
|
||||||
RUNTIME DESTINATION bin
|
# RUNTIME DESTINATION bin
|
||||||
LIBRARY DESTINATION lib
|
# LIBRARY DESTINATION lib
|
||||||
ARCHIVE DESTINATION lib)
|
# ARCHIVE DESTINATION lib)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue