mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Install musl headers directly into /after/include.
This commit is contained in:
parent
1aeb4c11f7
commit
30ebe8ccba
4 changed files with 11 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ src_prepare() {
|
|||
src_compile() {
|
||||
export prefix=/after
|
||||
export libdir=${prefix}/lib/musl
|
||||
export incdir=${prefix}/include/musl
|
||||
export incdir=${prefix}/include
|
||||
export bindir=${prefix}/bin
|
||||
|
||||
mkdir -p ${libdir}/tcc
|
||||
|
|
@ -34,6 +34,7 @@ src_compile() {
|
|||
-D CONFIG_USE_LIBGCC=1 \
|
||||
-D TCC_VERSION=\"0.9.27\" \
|
||||
-D ONE_SOURCE=1 \
|
||||
-I ${incdir} \
|
||||
tcc.c
|
||||
|
||||
# libtcc1.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue