mirror of https://github.com/mgba-emu/mgba.git
Wii: Fix build
This commit is contained in:
parent
35cdd5d242
commit
da8f4f28f3
|
@ -7,6 +7,7 @@ set(link_flags "-L${DEVKITPRO}/libogc/lib/wii ${arch_flags}")
|
|||
|
||||
set(CMAKE_SYSTEM_PROCESSOR powerpc CACHE INTERNAL "processor")
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE powerpc-none-eabi CACHE INTERNAL "abi")
|
||||
set(CMAKE_REQUIRED_LIBRARIES ogc)
|
||||
|
||||
set(WII ON)
|
||||
add_definitions(-DGEKKO)
|
||||
|
|
Loading…
Reference in New Issue