clean up variable definition

This commit is contained in:
Fabian Posch 2025-01-09 15:48:27 +01:00
parent 7ee69f7f10
commit dbd86c880a

View file

@ -57,7 +57,7 @@ echo Building core library
git clone https://github.com/asyncvlsi/act.git $srcfolder/act
cd $srcfolder/act
export VLSI_TOOLS_SRC=$(pwd)
export VLSI_TOOLS_SRC=$srcfolder/act
./configure $ACT_HOME
./build
make install