From fa760082f5e219104acba93a63521460463f92f8 Mon Sep 17 00:00:00 2001 From: Leon Krause Date: Tue, 6 Mar 2018 21:50:35 +0100 Subject: Build polygon clipper only in tools builds --- core/SCsub | 1 - 1 file changed, 1 deletion(-) (limited to 'core/SCsub') 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) -- cgit v1.2.3