mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
look for win32 headers and libraries in parent directory
This commit is contained in:
parent
b0bdad231e
commit
315fc06a20
5
makefile
5
makefile
@ -23,6 +23,7 @@ endif
|
||||
mode = fast
|
||||
process = compile
|
||||
|
||||
root = $(shell (cd .. && pwd))
|
||||
build = build
|
||||
native-build = $(build)/$(platform)-$(arch)-$(process)-$(mode)
|
||||
classpath-build = $(build)/classpath
|
||||
@ -89,8 +90,8 @@ ifeq ($(platform),darwin)
|
||||
endif
|
||||
|
||||
ifeq ($(platform),windows)
|
||||
inc = /usr/local/win32/include
|
||||
lib = /usr/local/win32/lib
|
||||
inc = $(root)/win32/include
|
||||
lib = $(root)/win32/lib
|
||||
|
||||
system = windows
|
||||
object-format = pe-i386
|
||||
|
Loading…
Reference in New Issue
Block a user