Build the 64-bit Windows binaries on Ubuntu
This commit is contained in:
parent
0d86772994
commit
f9e5a3b9fc
3
Makefile
3
Makefile
|
@ -17,8 +17,9 @@ NATIVE ?= $(REDHAT)
|
||||||
AUTORECONF ?= autoreconf268
|
AUTORECONF ?= autoreconf268
|
||||||
all: redhat
|
all: redhat
|
||||||
else ifeq ($(DISTRIB_ID),Ubuntu)
|
else ifeq ($(DISTRIB_ID),Ubuntu)
|
||||||
NATIVE ?= $(REDHAT)
|
NATIVE ?= $(UBUNTU)
|
||||||
all: ubuntu
|
all: ubuntu
|
||||||
|
all: win64
|
||||||
else
|
else
|
||||||
$(error Unknown host)
|
$(error Unknown host)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue