Skip to content

Commit 42d7c74

Browse files
committed
remove UNIVERSAL_ARCHFLAGS from flags
1 parent 7e5c378 commit 42d7c74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/darwintracelib1.0/Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ $(SHLIB_NAME):: $(DARWINTRACE_SHARE_LIB)
4646
# Yes, we know having $ signs in identifiers is not a very good idea; in the
4747
# case of darwintrace we still need them, though.
4848
CFLAGS_PEDANTIC =
49-
CFLAGS += -fPIC $(UNIVERSAL_ARCHFLAGS)
50-
SHLIB_LDFLAGS += $(UNIVERSAL_ARCHFLAGS)
49+
CFLAGS += -fPIC
5150
ifeq (darwin,@OS_PLATFORM@)
5251
SHLIB_LDFLAGS += -install_name $(INSTALLDIR)/$(SHLIB_NAME)
5352
endif

0 commit comments

Comments
 (0)