mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:55:10 +00:00
[CI] Silly me, I need to build configure
This commit is contained in:
parent
92d33fa641
commit
eb25ce3e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
git clone https://git.kappach.at/${{ github.repository}} parsee
|
git clone https://git.kappach.at/${{ github.repository}} parsee
|
||||||
cd parsee
|
cd parsee
|
||||||
alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib"
|
alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib"
|
||||||
./configure -s -i
|
cc configure.c -o configure && ./configure -s -i
|
||||||
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib
|
make CC=musl-gcc CYTO_INC=${PREFIX}/include CYTO_LIB=${PREFIX}/lib
|
||||||
make PREFIX=bins
|
make PREFIX=bins
|
||||||
ls bins
|
ls bins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue