mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Fixed windows deployment script.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user