- Some fixes.
This commit is contained in:
parent
d622b14257
commit
a644446f62
@ -1,4 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# The big unifying build script, which builds all binaries it can on a
|
||||||
|
# given platform.
|
||||||
|
#
|
||||||
|
# Effectively, if this script is run both on Darwin and Linux systems,
|
||||||
|
# all binaries can be constructed.
|
||||||
|
|
||||||
PLATFORM=`uname`
|
PLATFORM=`uname`
|
||||||
echo $PLATFORM
|
echo $PLATFORM
|
||||||
|
Loading…
Reference in New Issue
Block a user