summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-03-13 11:01:28 +0100
committerGitHub <noreply@github.com>2018-03-13 11:01:28 +0100
commit08415d0f53ba0f4a6f0b500454d8268c57a598a4 (patch)
treee2fa3df1c41e80c7801dfd2763b6cc0e73bf0ae2 /core
parent66877d62736980cfb1d7b2f40ebbcaee5514f8c5 (diff)
parentfa760082f5e219104acba93a63521460463f92f8 (diff)
Merge pull request #17319 from eska014/polyclipper-toolsonly
Build polygon clipper only in tools builds
Diffstat (limited to 'core')
-rw-r--r--core/SCsub1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub
index af83b49fea..1545bc8aeb 100644
--- a/core/SCsub
+++ b/core/SCsub
@@ -68,7 +68,6 @@ thirdparty_sources = [
"md5.cpp",
"pcg.cpp",
"triangulator.cpp",
- "clipper.cpp",
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
env.add_source_files(env.core_sources, thirdparty_sources)