mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 21:57:01 +00:00
Install libfl-dev on WASI
This commit is contained in:
parent
b5be4b9209
commit
c9cbd001c3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/extra-builds.yml
vendored
1
.github/workflows/extra-builds.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
||||||
WASI_SDK=wasi-sdk-19.0
|
WASI_SDK=wasi-sdk-19.0
|
||||||
WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-19/wasi-sdk-19.0-linux.tar.gz
|
WASI_SDK_URL=https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-19/wasi-sdk-19.0-linux.tar.gz
|
||||||
if ! [ -d ${WASI_SDK} ]; then curl -L ${WASI_SDK_URL} | tar xzf -; fi
|
if ! [ -d ${WASI_SDK} ]; then curl -L ${WASI_SDK_URL} | tar xzf -; fi
|
||||||
|
sudo apt-get install libfl-dev
|
||||||
ln -s /usr/include/FlexLexer.h ${WASI_SDK}/share/wasi-sysroot/include/
|
ln -s /usr/include/FlexLexer.h ${WASI_SDK}/share/wasi-sysroot/include/
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue