Kaydet (Commit) 4b00567f authored tarafından David Tardon's avatar David Tardon

it seems unzip on MacOS X does not know this opt

Change-Id: I48d86df772655229a08653e6c8f263338f69fbfb
üst 715e2109
......@@ -40,7 +40,6 @@ endef
define gb_UnpackedTarget__command_unzip
unzip \
-qq \
-DD \
-d $(UNPACKED_DIR) $(UNPACKED_TARBALL) && \
$(if $(filter-out 0,$(UNPACKED_STRIP_COMPONENTS)),\
UNZIP_DIR=`ls $(UNPACKED_DIR)` && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment