commit | 38d74ec4a37eef9745b14d2bcd0e8a9981277288 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 14 10:22:48 2016 +0900 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 14 10:22:48 2016 +0900 |
tree | 1841d58accfb91a19ea5e5460e638a2299397237 | |
parent | 2f1787c8772c63b6f2fa76f8b212358b6343600e [diff] [blame] |
Small update and adding README.md with a note for creation of macOS app bundle Change-Id: I272d0e22ac6edaadfdd39a2e922ea030d60bd5d2
diff --git a/make-osx-bundle.py b/make-osx-bundle.py index 91a578b..300f36e 100755 --- a/make-osx-bundle.py +++ b/make-osx-bundle.py
@@ -10,6 +10,8 @@ from subprocess import Popen, PIPE from optparse import OptionParser +os.environ['PATH'] += ":/usr/local/opt/qt5/bin:/opt/qt5/5.8/clang_64/bin" + import platform if platform.system () != 'Darwin':