mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Enable -latomic on Linux. Fixes build on Raspberry Pi 3b for me.
This commit is contained in:
@@ -1272,7 +1272,7 @@ if(LINUX AND NOT ANDROID)
|
||||
endif()
|
||||
|
||||
set(ATOMIC_LIB)
|
||||
if(ANDROID)
|
||||
if(LINUX)
|
||||
set(ATOMIC_LIB atomic)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user