* Patched runprebuild.sh for *nix systems which do not register a mono ABI handler.
parent
65f69b9a12
commit
f2b3b9355d
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
./bin/Prebuild.exe /target nant
|
||||
./bin/Prebuild.exe /target vs2005
|
||||
mono bin/Prebuild.exe /target nant
|
||||
mono bin/Prebuild.exe /target vs2005
|
||||
|
|
Loading…
Reference in New Issue