mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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
|
endif
|
||||||
cxx = x86_64-w64-mingw32-g++ $(mflag)
|
cxx = x86_64-w64-mingw32-g++ $(mflag)
|
||||||
cc = x86_64-w64-mingw32-gcc $(mflag)
|
cc = x86_64-w64-mingw32-gcc $(mflag)
|
||||||
dlltool = x86_64-w64-mingw32-dlltool
|
dlltool = dlltool
|
||||||
ar = x86_64-w64-mingw32-ar
|
ar = ar
|
||||||
ranlib = x86_64-w64-mingw32-ranlib
|
ranlib = ranlib
|
||||||
strip = x86_64-w64-mingw32-strip
|
strip = strip
|
||||||
inc = "$(win64)/include"
|
inc = "$(win64)/include"
|
||||||
lib = "$(win64)/lib"
|
lib = "$(win64)/lib"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user