diff options
author | Max Kellermann <max@duempel.org> | 2015-01-14 23:22:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-14 23:22:42 +0100 |
commit | 2b1194d57493a0834e3bf389f8480b6dde3645f2 (patch) | |
tree | f59ac6ad24d010dd873b7771d5d5fcdc84a9f975 /android | |
parent | e8debd2e454f9a7399104b5c77e44d5dce6aa203 (diff) | |
parent | f33d2fb2e7743ef34ea6cd462f69728d3ef72b02 (diff) |
Merge tag 'v0.19.8'
Diffstat (limited to 'android')
-rwxr-xr-x | android/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py index d937e8d39..635fef5eb 100755 --- a/android/build.py +++ b/android/build.py @@ -33,7 +33,7 @@ gcc_version = '4.9' llvm_version = '3.5' # the path to the MPD sources -mpd_path = os.path.dirname(os.path.dirname(sys.argv[0])) +mpd_path = os.path.dirname(os.path.dirname(sys.argv[0])) or '.' # output directories lib_path = os.path.abspath('lib') |