mirror of https://github.com/KLayout/klayout.git
Enabled slow building --with-qtbindings on RPM/DEB.
This commit is contained in:
parent
e2cb63f5e5
commit
5df6e6dcaa
|
|
@ -74,8 +74,7 @@ fi
|
|||
-ruby $ruby \
|
||||
-bin $bindir \
|
||||
-build $builddir \
|
||||
-rpath $libdir \
|
||||
-without-qtbinding
|
||||
-rpath $libdir
|
||||
|
||||
if [ "$bits" = "32" ]; then
|
||||
arch="i386"
|
||||
|
|
|
|||
|
|
@ -120,8 +120,7 @@ cd %{_sourcedir}
|
|||
-j4 \
|
||||
-qmake $QMAKE \
|
||||
-ruby $RUBY \
|
||||
-python $PYTHON \
|
||||
-without-qtbinding
|
||||
-python $PYTHON
|
||||
|
||||
cp -p LICENSE Changelog CONTRIB %{_builddir}
|
||||
strip %{_builddir}/bin.$TARGET/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue