Tools fixed

This commit is contained in:
Ilya Mizus 2014-03-06 18:35:20 +04:00
parent 57f50ca7ea
commit 7cac232bd4

View File

@ -776,10 +776,10 @@ ifeq ($(platform),windows)
endif
cxx = x86_64-w64-mingw32-g++ $(mflag)
cc = x86_64-w64-mingw32-gcc $(mflag)
dlltool = x86_64-w64-mingw32-dlltool
ar = x86_64-w64-mingw32-ar
ranlib = x86_64-w64-mingw32-ranlib
strip = x86_64-w64-mingw32-strip
dlltool = dlltool
ar = ar
ranlib = ranlib
strip = strip
inc = "$(win64)/include"
lib = "$(win64)/lib"
else