mirror of https://github.com/mono/CppSharp.git
1 changed files with 4 additions and 2 deletions
@ -1,8 +1,10 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
|
|
||||||
|
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) |
||||||
|
|
||||||
if [ $(uname -m) = "x86_64" ]; then |
if [ $(uname -m) = "x86_64" ]; then |
||||||
./premake5-linux-64 $* |
$DIR/premake5-linux-64 $* |
||||||
else |
else |
||||||
./premake5-linux-32 $* |
$DIR/premake5-linux-32 $* |
||||||
fi |
fi |
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue