Fix build artifacts leaking between platforms.

This moves the `dependencies` target from `core`
to `default`, so that we aren't forced to run
`linux-dependencies` for non-linux platforms.
This commit is contained in:
Paul Chote
2019-03-16 14:20:11 +00:00
committed by Oliver Brakmann
parent 2afd8a3a74
commit 817db8dbe0
4 changed files with 10 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ function makelauncher()
echo "Building core files"
pushd "${SRCDIR}" > /dev/null || exit 1
make clean
make windows-dependencies
make core SDK="-sdk:4.5"
make version VERSION="${TAG}"