mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
fix MSYS OpenJDK build
This commit is contained in:
parent
0ca6c3ed53
commit
46be43a0e3
3
makefile
3
makefile
@ -245,7 +245,8 @@ ifeq ($(platform),windows)
|
||||
else
|
||||
build-system = windows
|
||||
common-cflags += "-I$(JAVA_HOME)/include/win32"
|
||||
build-cflags = $(common-cflags) -I$(src) -mthreads
|
||||
build-cflags = $(common-cflags) -I$(src) -I$(inc) -mthreads
|
||||
build-lflags = -L$(lib) $(common-lflags)
|
||||
ifeq ($(build-platform),cygwin)
|
||||
build-lflags += -mno-cygwin
|
||||
build-cflags += -mno-cygwin
|
||||
|
Loading…
Reference in New Issue
Block a user