Skip to content

Commit

Permalink
add $(UNIVERSAL_ARCHFLAGS) to darwintrace_share build
Browse files Browse the repository at this point in the history
  • Loading branch information
MihirLuthra committed Feb 10, 2020
1 parent 7e4dffe commit f9f0d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwintrace_share/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VPATH = @srcdir@

include $(srcdir)/../../Mk/macports.autoconf.mk

CFLAGS += -fPIC
CFLAGS += -fPIC $(UNIVERSAL_ARCHFLAGS)

SRCS = \
$(srcdir)/shm_alloc/shm_alloc.c \
Expand Down

0 comments on commit f9f0d38

Please sign in to comment.