mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
a54dcbedc1
stuff (permissions etc), fixing the build for MacOSX again
3 lines
58 B
Bash
Executable File
3 lines
58 B
Bash
Executable File
mkdir -p build
|
|
(cd build; cmake .. && make -j3 $1; cd ..)
|