mirror of https://github.com/KLayout/klayout.git
Fixed build script (HAVE_PNG option missing)
This commit is contained in:
parent
6039340022
commit
27894420f8
1
build.sh
1
build.sh
|
|
@ -630,6 +630,7 @@ qmake_options=(
|
||||||
HAVE_QT="$HAVE_QT"
|
HAVE_QT="$HAVE_QT"
|
||||||
HAVE_CURL="$HAVE_CURL"
|
HAVE_CURL="$HAVE_CURL"
|
||||||
HAVE_EXPAT="$HAVE_EXPAT"
|
HAVE_EXPAT="$HAVE_EXPAT"
|
||||||
|
HAVE_PNG="$HAVE_PNG"
|
||||||
PREFIX="$BIN"
|
PREFIX="$BIN"
|
||||||
RPATH="$RPATH"
|
RPATH="$RPATH"
|
||||||
KLAYOUT_VERSION="$KLAYOUT_VERSION"
|
KLAYOUT_VERSION="$KLAYOUT_VERSION"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue