cmake: Set BUILD_SHARED_LIBS OFF.

devkitPPC does not support building shared libraries.
This commit is contained in:
James Benton 2018-06-04 18:09:10 +01:00
parent 01606fba86
commit 7019171841

View File

@ -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")