Skip to content

Commit

Permalink
Check for the existence at the end of the container build script of t…
Browse files Browse the repository at this point in the history
…he frt executables.
  • Loading branch information
Relintai committed Apr 21, 2024
1 parent 6ab703b commit 201d747
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions misc/build-containers/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,24 @@ files=(

"libpandemonium.iphone.opt.debug.x86_64.simulator.a"
"libpandemonium.iphone.opt.x86_64.simulator.a"

# FRT
"pandemonium.frt.opt.arm32v6"
"pandemonium.frt.opt.arm32v7"
"pandemonium.frt.opt.arm64v8"

"pandemonium.frt.opt.debug.arm32v6"
"pandemonium.frt.opt.debug.arm32v7"
"pandemonium.frt.opt.debug.arm64v8"

# FRT SDL
"pandemonium.frt_sdl.opt.arm32v6"
"pandemonium.frt_sdl.opt.arm32v7"
"pandemonium.frt_sdl.opt.arm64v8"

"pandemonium.frt_sdl.opt.debug.arm32v6"
"pandemonium.frt_sdl.opt.debug.arm32v7"
"pandemonium.frt_sdl.opt.debug.arm64v8"
)

error=0
Expand Down

0 comments on commit 201d747

Please sign in to comment.