We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fa35a commit 8d35c92Copy full SHA for 8d35c92
buildscripts/osx_qt5.6_clang64_libstdc++.sh renamed to buildscripts/osx_qt5.6_clang64_libstdcxx.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash -e
2
PROJECT=ImageViewer
3
-BUILDDIR=build_osx_qt5.6_clang64_libstdc++
+BUILDDIR=build_osx_qt5.6_clang64_libstdcxx
4
APPNAME="Image Viewer"
5
-DMGNAME="${PROJECT}_qt5.6_clang64_libstdc++"
+DMGNAME="${PROJECT}_qt5.6_clang64_libstdcxx"
6
OUT_PATH="src/${PROJECT}"
7
8
QT_PATH="/opt/Qt/5.6.2/clang_64_libstdc++_sdk10.12"
0 commit comments