3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-25 05:37:02 +00:00

Install libfl-dev on WASI

This commit is contained in:
Krystine Sherwin 2025-07-16 11:20:46 +12:00
parent b5be4b9209
commit c9cbd001c3
No known key found for this signature in database

View file

@ -67,6 +67,7 @@ jobs:
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
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/
mkdir -p build