mirror of https://github.com/KLayout/klayout.git
Omit debug versions of imageformat plugins.
This commit is contained in:
parent
de11a96065
commit
0ae9c9c9e1
|
|
@ -98,6 +98,8 @@ fi
|
|||
|
||||
echo "Installing image format plugins .."
|
||||
cp -R $mingw_inst/share/qt5/plugins/imageformats $target
|
||||
# remove the debug versions - otherwise they pull in the debug Qt libs
|
||||
rm $target/imageformats/*d.dll
|
||||
|
||||
# ----------------------------------------------------------
|
||||
# Ruby dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue