mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Specify -m flag on windows x86_64 gcc/g++ compilers.
This commit is contained in:
parent
83c51f4801
commit
62c741d969
4
makefile
4
makefile
@ -212,8 +212,8 @@ ifeq ($(platform),windows)
|
||||
endif
|
||||
|
||||
ifeq ($(arch),x86_64)
|
||||
cxx = x86_64-w64-mingw32-g++
|
||||
cc = x86_64-w64-mingw32-gcc
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user