Skip to content

Commit

Permalink
[ps3] compile paintown instead of sdl2-example
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Mar 4, 2024
1 parent cfb670a commit 9fa7a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-compile-docker-ps3
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker run --rm -iv${PWD}:/paintown-bin -w /paintown-bin ${DOCKER_PS3_BUILD_IMAG
# setup
misc/ps3/ps3-environment.sh
meson setup --cross-file misc/ps3/powerpc-eabi-ps3.txt misc/ps3 ${BUILD_DIR}
meson setup --cross-file misc/ps3/powerpc-eabi-ps3.txt ${BUILD_DIR}
# compile
(cd ${BUILD_DIR}; meson configure -Dbuild_tests=false)
Expand Down

0 comments on commit 9fa7a57

Please sign in to comment.