diff options
author | midipix <writeonce@midipix.org> | 2018-11-25 06:08:54 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-25 06:08:54 -0500 |
commit | d288e40faa5888204cd1fb4ea98b47e26b3d87de (patch) | |
tree | 1abdf8bb5eec93b88a5ea79637c0c7e82d727e67 /project | |
parent | 9585d92a9fd2b962ff3f0d38e85bcfa37021b588 (diff) | |
download | sbpython2-d288e40faa5888204cd1fb4ea98b47e26b3d87de.tar.bz2 sbpython2-d288e40faa5888204cd1fb4ea98b47e26b3d87de.tar.xz |
project: no more need to reset LDFLAGS_IMPLIB when building extension modules.
Diffstat (limited to 'project')
-rw-r--r-- | project/extras.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project/extras.mk b/project/extras.mk index eab44c4..2c7824b 100644 --- a/project/extras.mk +++ b/project/extras.mk @@ -11,7 +11,6 @@ CFLAGS_CONFIG += -DPYTHONPATH=\"$(PYTHON_PATH)\" # dynamically loaded extension module -pyext/%$(OS_LIB_SUFFIX): LDFLAGS_IMPLIB = pyext/%$(OS_LIB_SUFFIX): LDFLAGS_SONAME = pyext/%$(OS_LIB_SUFFIX): LDFLAGS_DSOEXT = -Wl,-soname -Wl,$(subst pyext/,,$@) pyext/%$(OS_LIB_SUFFIX): LDFLAGS_DYNEXT = $(LDFLAGS_DSOEXT) $(LDFLAGS_PYEXT) |