mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
cmake: change library link name casing
Fixes linux mingw cross compile
This commit is contained in:
parent
a8ccedbbc0
commit
8742150f2f
1 changed files with 2 additions and 2 deletions
2
thirdparty/CMakeLists.txt
vendored
2
thirdparty/CMakeLists.txt
vendored
|
|
@ -474,7 +474,7 @@ if(NOT "${SRB2_CONFIG_SYSTEM_LIBRARIES}")
|
|||
target_compile_options(openmpt PRIVATE "-g0")
|
||||
endif()
|
||||
if("${CMAKE_SYSTEM_NAME}" STREQUAL Windows)
|
||||
target_link_libraries(openmpt PRIVATE Rpcrt4)
|
||||
target_link_libraries(openmpt PRIVATE rpcrt4)
|
||||
endif()
|
||||
target_compile_features(openmpt PRIVATE cxx_std_11)
|
||||
target_compile_definitions(openmpt PRIVATE -DLIBOPENMPT_BUILD)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue