From 838284a68e7a0711436c1db83fcb63675c4ce7a9 Mon Sep 17 00:00:00 2001 From: Alexander Redding Date: Fri, 26 Sep 2025 20:43:16 +0000 Subject: [PATCH] Enable libyosys --- default/scripts/yosys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/scripts/yosys.sh b/default/scripts/yosys.sh index 99f6722..5bd7571 100644 --- a/default/scripts/yosys.sh +++ b/default/scripts/yosys.sh @@ -13,7 +13,7 @@ else make config-gcc sed -i -re "s,CXX = g\+\+,CXX = ${CXX},g" Makefile fi -make PREFIX=${INSTALL_PREFIX} DESTDIR=${OUTPUT_DIR} install -j${NPROC} +make PREFIX=${INSTALL_PREFIX} DESTDIR=${OUTPUT_DIR} ENABLE_LIBYOSYS=1 install -j${NPROC} pushd ${OUTPUT_DIR}${INSTALL_PREFIX} if [ ${ARCH} != 'windows-x64' ]; then mkdir -p lib