Skip to content
Snippets Groups Projects
Commit f73b714e authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "Fix typo and Mac build" am: 7a83d44f am: eaee05e1

am: 0b63c67a

Change-Id: I06b0180e203857945152027d5c9dfb92fc7200db
parents 9496cb00 0b63c67a
Branches
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ ifneq (,$(filter address,$(SANITIZE_TARGET))) ...@@ -177,7 +177,7 @@ ifneq (,$(filter address,$(SANITIZE_TARGET)))
endif endif
# Library extension for host-side tests # Library extension for host-side tests
ifeq ($(HOSTOS),darwin) ifeq ($(HOST_OS),darwin)
SHAREDLIB_EXT=dylib SHAREDLIB_EXT=dylib
else else
SHAREDLIB_EXT=so SHAREDLIB_EXT=so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment