Use WIN32 instead of CYGWIN in tgt-null
This commit is contained in:
parent
c7e6de6fa4
commit
99eac44ad1
|
|
@ -51,7 +51,7 @@ dep:
|
||||||
|
|
||||||
O = null.o
|
O = null.o
|
||||||
|
|
||||||
ifeq (@CYGWIN@,yes)
|
ifeq (@WIN32@,yes)
|
||||||
TGTLDFLAGS=-L.. -livl
|
TGTLDFLAGS=-L.. -livl
|
||||||
TGTDEPLIBS=../libivl.a
|
TGTDEPLIBS=../libivl.a
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue