mirror of https://github.com/KLayout/klayout.git
Fixed windows deployment script.
This commit is contained in:
parent
0afd1bb9a8
commit
a07037bf39
|
|
@ -83,7 +83,7 @@ touch src/klayout_main/version.h
|
|||
rm -rf $target
|
||||
./build.sh -python $python -ruby $ruby -bin $target -build $build -j2
|
||||
|
||||
TESTSRC=. TESTTMP=$build/testtmp $bin/ut_runner -a >$build/ut_runner.xml
|
||||
TESTSRC=. TESTTMP=$build/testtmp $target/ut_runner -a >$build/ut_runner.xml
|
||||
|
||||
if ! [ -e $target ]; then
|
||||
echo "ERROR: Target directory $target not found"
|
||||
|
|
|
|||
Loading…
Reference in New Issue