mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 00:36:00 +02:00
LLVM linux fixes
This commit is contained in:
parent
29f6313bb3
commit
b0a559e464
9 changed files with 36 additions and 184 deletions
|
@ -121,7 +121,7 @@ file(GLOB SRC_FILES
|
|||
CachedDataStream.cpp
|
||||
Common.cpp
|
||||
DataStream.cpp
|
||||
FileStream.cpp
|
||||
FileStream.cpp
|
||||
MemStream.cpp
|
||||
ResLib.cpp
|
||||
Startup.cpp
|
||||
|
@ -329,7 +329,7 @@ if (DEFINED BF_ENABLE_SDL)
|
|||
endif()
|
||||
|
||||
# Add library to build.
|
||||
add_library(${PROJECT_NAME} SHARED
|
||||
add_library(${PROJECT_NAME} STATIC
|
||||
${SRC_FILES}
|
||||
${SRC_FILES_OS}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue