Skip to content

Commit 5255c5b

Browse files
authored
Merge pull request #3492 from joolswills/ppsspp_armv6_fix
ppsspp - Fix linking on rpi1 / armv6
2 parents c39ad05 + 682c929 commit 5255c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/ppsspp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function build_ppsspp() {
128128
local params=()
129129
if isPlatform "videocore"; then
130130
if isPlatform "armv6"; then
131-
params+=(-DCMAKE_TOOLCHAIN_FILE=cmake/Toolchains/raspberry.armv6.cmake -DFORCED_CPU=armv6)
131+
params+=(-DCMAKE_TOOLCHAIN_FILE=cmake/Toolchains/raspberry.armv6.cmake -DFORCED_CPU=armv6 -DATOMIC_LIB=atomic)
132132
else
133133
params+=(-DCMAKE_TOOLCHAIN_FILE=cmake/Toolchains/raspberry.armv7.cmake)
134134
fi

0 commit comments

Comments
 (0)