mirror of
https://github.com/wiiu-env/wut.git
synced 2025-02-02 19:22:37 +01:00
cmake: Set BUILD_SHARED_LIBS OFF.
devkitPPC does not support building shared libraries.
This commit is contained in:
parent
01606fba86
commit
7019171841
@ -45,3 +45,7 @@ set(WUT_RPLEXPORTGEN "${WUT_ROOT}/bin/rplexportgen${CMAKE_EXECUTABLE_SUFFIX}" CA
|
||||
|
||||
# Flags
|
||||
set(WUT TRUE)
|
||||
set(WIIU TRUE)
|
||||
|
||||
# There is no shared lib support in devkitPPC
|
||||
set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Shared libs not available")
|
||||
|
Loading…
x
Reference in New Issue
Block a user