Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Really fix the previous change.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Apr 29, 2014
1 parent da89d86 commit da31b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleMaps/bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ API_DESCRIPTIONS := $(call get-descriptions-to-merge,$(lastword $(API_LEVELS)

$(API_DESCRIPTIONS_IN): obj/android-%/api.xml.in: $(MCW_GEN)
-mkdir -p obj/android-$*
jar=`find $(ANDROID_SDK_PATH)/ -regex '.*addon-google_apis-google\(_inc_\)*-$*\(-[a-zA-Z0-9]+\)*/libs/maps.jar' | grep '\<$*\>'`;\
jar=`find $(ANDROID_SDK_PATH)/ -regex '.*addon-google_apis-google\(_inc_\)*-$*\(-[0-9]\)*/libs/maps.jar' | grep '\<$*\>'`;\
if [ ! -f "$$jar" ]; then \
echo "Please install the \"Android (API $(API_LEVELS)) > Google APIs by Google Inc.\" package within the \`android\` utility to build GoogleMaps." ; \
exit 1; \
Expand Down

0 comments on commit da31b8b

Please sign in to comment.