forked from lix-project/lix
* Fix building on Cygwin (http://hydra.nixos.org/build/325071).
This commit is contained in:
parent
fe1b8781ae
commit
f0c473c5f7
|
@ -2,5 +2,5 @@ noinst_PROGRAMS = bin2c
|
||||||
|
|
||||||
bin2c_SOURCES = bin2c.c
|
bin2c_SOURCES = bin2c.c
|
||||||
|
|
||||||
bin2c: bin2c.c
|
bin2c$(EXEEXT): bin2c.c
|
||||||
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c
|
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c
|
||||||
|
|
Loading…
Reference in a new issue