Skip to content

Commit 47621ea

Browse files
committed
build(macOS): fix gradlew permission
1 parent 61f2100 commit 47621ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ else ifeq ($(shell uname -s),Darwin)
99
brew install haxe
1010
brew bundle install --file hashlink/Brewfile --no-lock
1111
brew cask install android-studio
12+
chmod u+x /Applications/Android\ Studio.app/Contents/plugins/android/lib/templates/gradle/wrapper/gradlew
1213
endif
1314
make -C hashlink
1415
make install -C hashlink

0 commit comments

Comments
 (0)