Removed DESTDIR spec from build script - is already set in the .pro files.

This commit is contained in:
Matthias Koefferlein 2017-08-12 15:41:44 +02:00
parent 0e5a2afdf9
commit eea686a5b9
1 changed files with 1 additions and 1 deletions

View File

@ -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