no symlinks

This commit is contained in:
Gambhiro 2016-03-07 15:39:07 +00:00
parent fe9d5743c0
commit 95a018acdf

View File

@ -46,9 +46,6 @@ if [ ! -d '.git' -o ! -f 'main.pro' ]; then
exit 2
fi
# Make sure create-symlinks.sh will be executable.
chmod +x ./Builds/create-symlinks.sh
# Set defaults.
OPT_BUILD_BINARY=0
OPT_BUILD_SOURCE=1