mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Enable -latomic on Linux. Fixes build on Raspberry Pi 3b for me.
This commit is contained in:
parent
a5967b2030
commit
14e9aab96e
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ if(LINUX AND NOT ANDROID)
|
|||
endif()
|
||||
|
||||
set(ATOMIC_LIB)
|
||||
if(ANDROID)
|
||||
if(LINUX)
|
||||
set(ATOMIC_LIB atomic)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue