mirror of https://github.com/KLayout/klayout.git
Removed DESTDIR spec from build script - is already set in the .pro files.
This commit is contained in:
parent
0e5a2afdf9
commit
eea686a5b9
2
build.sh
2
build.sh
|
|
@ -465,7 +465,7 @@ qmake_cmd="$QMAKE $CURR_DIR/src/klayout.pro -recursive \
|
||||||
HAVE_64BIT_COORD=$HAVE_64BIT_COORD \
|
HAVE_64BIT_COORD=$HAVE_64BIT_COORD \
|
||||||
HAVE_QT5=$HAVE_QT5 \
|
HAVE_QT5=$HAVE_QT5 \
|
||||||
PREFIX=$BIN \
|
PREFIX=$BIN \
|
||||||
DESTDIR=$BUILD"
|
"
|
||||||
|
|
||||||
echo $qmake_cmd
|
echo $qmake_cmd
|
||||||
$qmake_cmd
|
$qmake_cmd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue