Build polygon clipper only in tools builds
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user