mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Tools fixed
This commit is contained in:
parent
57f50ca7ea
commit
7cac232bd4
8
makefile
8
makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user