summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2019-03-17 16:45:42 (GMT)
committerTobias Markmann <tobias.markmann@isode.com>2019-03-18 19:18:55 (GMT)
commit69d2dffcde9bb0fac4293e2a04e99117a6984090 (patch)
treef42111082b5ef9d27d34cc34e71a7fd665c29cd7
parentccf87193e501f59d78e92c3e6af38964e8816b8c (diff)
downloadswift-69d2dffcde9bb0fac4293e2a04e99117a6984090.zip
swift-69d2dffcde9bb0fac4293e2a04e99117a6984090.tar.bz2
Remove non-library code from 3rdParty LibNATPMP SConscript
libSwiften should not ship with any main symbol. While it is not harmful directly it bloats the library and prevents a main symbol free library, which is useful in some cases. Test-Information: All unit and integration tests pass on macOS 10.14.3. Change-Id: Idf2294ebef04acacc8f1f95d2be58b3f96409ebb
-rw-r--r--3rdParty/LibNATPMP/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/3rdParty/LibNATPMP/SConscript b/3rdParty/LibNATPMP/SConscript
index e1aef1c..717b1da 100644
--- a/3rdParty/LibNATPMP/SConscript
+++ b/3rdParty/LibNATPMP/SConscript
@@ -47,7 +47,6 @@ if env.get("LIBNATPMP_BUNDLED", False) :
src_files = [
"src/libnatpmp/getgateway.c",
"src/libnatpmp/natpmp.c",
- "src/libnatpmp/natpmpc.c",
]
if myenv["PLATFORM"] == "win32":