don't fetch native Windows binaries on Unix

This commit is contained in:
Matthias Mailänder
2015-01-17 13:30:11 +01:00
parent 55b858051d
commit 23380c6df6
3 changed files with 21 additions and 8 deletions

View File

@@ -310,6 +310,9 @@ distclean: clean
dependencies: cli-dependencies native-dependencies
windows-dependencies:
cd thirdparty && ./fetch-thirdparty-deps-windows.sh && cd ..
cli-dependencies:
cd thirdparty && ./fetch-thirdparty-deps.sh && cd ..
@ $(CP_R) thirdparty/*.dll .