diff options
| author | 2011-02-27 00:20:55 -0500 | |
|---|---|---|
| committer | 2011-02-27 00:21:45 -0500 | |
| commit | 9aa4102cfd358ce3988050fd7befed7668ccca3f (patch) | |
| tree | 121397376e9bf7d1f9283cadbeb93ab2312dca1e /make | |
| parent | Fix bug #122 (diff) | |
Fix "-bundle not allowed with -dynamiclib" issue on OS X
Diffstat (limited to 'make')
| -rw-r--r-- | make/template/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index 9ae142cb5..317941df4 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -48,7 +48,7 @@ INSTMODE_LIB = 0644 CXXFLAGS += -DDARWIN -frtti LDLIBS += -ldl CORELDFLAGS = -dynamic -bind_at_load -L. $(LDFLAGS) - PICLDFLAGS = -fPIC -shared -bundle -twolevel_namespace -undefined dynamic_lookup $(LDFLAGS) + PICLDFLAGS = -fPIC -shared -twolevel_namespace -undefined dynamic_lookup $(LDFLAGS) @ENDIF @IFEQ $(SYSTEM) interix CXXFLAGS += -D_ALL_SOURCE -I/usr/local/include |
