mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Don't prevent use of make's long options
+ an indentation fix
This commit is contained in:
parent
6e8d18df84
commit
fb34cb5d55
1 changed files with 1 additions and 4 deletions
5
b.sh
5
b.sh
|
@ -39,13 +39,10 @@ do
|
|||
--no-package) echo "Packaging disabled"
|
||||
PACKAGE=0
|
||||
;;
|
||||
--clang) echo "Clang enabled"
|
||||
--clang) echo "Clang enabled"
|
||||
export CC=/usr/bin/clang
|
||||
export CXX=/usr/bin/clang++
|
||||
;;
|
||||
--*) echo "Bad option: $1"
|
||||
exit 1
|
||||
;;
|
||||
*) MAKE_OPT="$1 ${MAKE_OPT}"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue