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