mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
try to fix includes
This commit is contained in:
parent
46efeb6e12
commit
a9fb3814e1
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ if match x${ARCH}${TCC_BOOTSTRAP_ALT} xx86False; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if match x${TCC_BOOTSTRAP_ALT} xTrue; then
|
if match x${TCC_BOOTSTRAP_ALT} xTrue; then
|
||||||
tcc-boot0 -c -D__linux__ -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} -o unified-libc.o unified-libc.c
|
tcc-boot0 -c -D__linux__ -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} -I /usr/include/mes/ -o unified-libc.o unified-libc.c
|
||||||
else
|
else
|
||||||
# libgetopt.a
|
# libgetopt.a
|
||||||
tcc-mes -c -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} lib/posix/getopt.c
|
tcc-mes -c -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} lib/posix/getopt.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue