mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 17:45:11 +02:00
Enable -latomic on Linux. Fixes build on Raspberry Pi 3b for me.
This commit is contained in:
+1
-1
@@ -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