Skip to content

Commit 8d35c92

Browse files
Rename libstdc++ => libstdcxx in osx deploy script
1 parent d2fa35a commit 8d35c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildscripts/osx_qt5.6_clang64_libstdc++.sh renamed to buildscripts/osx_qt5.6_clang64_libstdcxx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash -e
22
PROJECT=ImageViewer
3-
BUILDDIR=build_osx_qt5.6_clang64_libstdc++
3+
BUILDDIR=build_osx_qt5.6_clang64_libstdcxx
44
APPNAME="Image Viewer"
5-
DMGNAME="${PROJECT}_qt5.6_clang64_libstdc++"
5+
DMGNAME="${PROJECT}_qt5.6_clang64_libstdcxx"
66
OUT_PATH="src/${PROJECT}"
77

88
QT_PATH="/opt/Qt/5.6.2/clang_64_libstdc++_sdk10.12"

0 commit comments

Comments
 (0)