fix
This commit is contained in:
+2
-2
@@ -3,10 +3,10 @@ export PREFIX="`pwd`/rel-bin/${TARGET}"
|
||||
export PATH="${PREFIX}/bin:${PATH}"
|
||||
export OUT="`pwd`/out"
|
||||
|
||||
if [ "${1}" == "64" ]; then
|
||||
if [ "${2}" == "64" ]; then
|
||||
export CC="cc -m64"
|
||||
export CXX="c++ -m64"
|
||||
elif [ "${1}" == "32" ]; then
|
||||
elif [ "${2}" == "32" ]; then
|
||||
export CC="cc -m32"
|
||||
export CXX="c++ -m32"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user