Skip to content

Commit

Permalink
Vita build
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Dec 7, 2020
1 parent 8b14861 commit 21843a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/build-vita.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export APP_ID="org.nxengine.nxengine_evo"
build-scripts/utils/common.download-extern.sh

rm -rf build
#rm -rf release
rm -rf release
mkdir -p release
mkdir -p build
cd build
Expand All @@ -22,4 +22,4 @@ cd build
cmake -DPLATFORM=vita -DCMAKE_BUILD_TYPE=Release ..
make
cd ..
#rm -rf release/data
rm -rf release/data

0 comments on commit 21843a5

Please sign in to comment.