~rabbits/uxn-playdate

6cb943d5256a82b11d34e8b533fcda59ccb64b57 — Devine Lu Linvega 10 days ago bd0faa5
Removed build script, will use makefile instead
1 files changed, 0 insertions(+), 14 deletions(-)

D build.sh
D build.sh => build.sh +0 -14
@@ 1,14 0,0 @@
#!/bin/sh -e

export PLAYDATE_SDK_PATH="/home/neauoire/Documents/playdate/PlaydateSDK-1.13.1"

# make clean
# mkdir build
# cd build
# cmake -DCMAKE_BUILD_TYPE=Release ..
# make

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/home/neauoire/Documents/playdate/PlaydateSDK-1.13.1/C_API/buildsupport/arm.cmake ..
make