mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Link backtrace on non-x86 via cmake.
This commit is contained in:
parent
42e4856900
commit
27027595d8
1 changed files with 2 additions and 6 deletions
|
@ -666,14 +666,10 @@ else()
|
|||
message(FATAL_ERROR "Could not find SDL. Failing.")
|
||||
endif()
|
||||
|
||||
if(X86)
|
||||
set(nativeExtra ${nativeExtra}
|
||||
native/base/backtrace.cpp
|
||||
native/base/backtrace.h)
|
||||
endif()
|
||||
|
||||
add_library(native STATIC
|
||||
${nativeExtra}
|
||||
native/base/backtrace.cpp
|
||||
native/base/backtrace.h
|
||||
native/audio/mixer.cpp
|
||||
native/audio/mixer.h
|
||||
native/audio/wav_read.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue