Skip to content

Commit de6e708

Browse files
committed
Fixed typo
1 parent fc4552b commit de6e708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_osxbundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
QTPATH=/Users/admin/Qt5.1.1/5.1.1/clang_64/bin
33

4-
export PATH=$PATH:$QTDIR
4+
export PATH=$PATH:$QTPATH
55

66
echo ===========================
77
TAG=$1

0 commit comments

Comments
 (0)