Making 'bin2c' to be built with the compiler for the local system.
I copied the configure.ac code about CC_FOR_BUILD from libX11.
This commit is contained in:
parent
05e15049a5
commit
13cce8ec45
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
noinst_PROGRAMS = bin2c
|
||||
|
||||
bin2c_SOURCES = bin2c.c
|
||||
|
||||
bin2c: bin2c.c
|
||||
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue