mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-23 12:48:54 +00:00
CI: sneak FlexLexer.h into the WASI sysroot
This commit is contained in:
parent
ca24169659
commit
26e592e798
1 changed files with 1 additions and 0 deletions
1
.github/workflows/extra-builds.yml
vendored
1
.github/workflows/extra-builds.yml
vendored
|
@ -72,6 +72,7 @@ jobs:
|
||||||
cat > build/Makefile.conf <<END
|
cat > build/Makefile.conf <<END
|
||||||
export PATH := $(pwd)/${WASI_SDK}/bin:${PATH}
|
export PATH := $(pwd)/${WASI_SDK}/bin:${PATH}
|
||||||
WASI_SYSROOT := $(pwd)/${WASI_SDK}/share/wasi-sysroot
|
WASI_SYSROOT := $(pwd)/${WASI_SDK}/share/wasi-sysroot
|
||||||
|
ln -s /usr/include/FlexLexer.h ${WASI_SYSROOT}/include/
|
||||||
|
|
||||||
CONFIG := wasi
|
CONFIG := wasi
|
||||||
PREFIX := /
|
PREFIX := /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue