clean up variable definition
This commit is contained in:
parent
7ee69f7f10
commit
dbd86c880a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ echo Building core library
|
||||||
|
|
||||||
git clone https://github.com/asyncvlsi/act.git $srcfolder/act
|
git clone https://github.com/asyncvlsi/act.git $srcfolder/act
|
||||||
cd $srcfolder/act
|
cd $srcfolder/act
|
||||||
export VLSI_TOOLS_SRC=$(pwd)
|
export VLSI_TOOLS_SRC=$srcfolder/act
|
||||||
./configure $ACT_HOME
|
./configure $ACT_HOME
|
||||||
./build
|
./build
|
||||||
make install
|
make install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue