diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-22 15:58:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-22 15:58:24 +0200 |
| commit | fa5cc1da7a83ca7bdf685ba243e207bcd5de7370 (patch) | |
| tree | 4e65542688d98608f4fc6a07edf2910fb98b3740 /editor/SCsub | |
| parent | 02bc82f9be11a89f474a384652796fd5d8103741 (diff) | |
| parent | 9bf48db891828e20989391760aa3af4a5dbdd6c1 (diff) | |
| download | redot-engine-fa5cc1da7a83ca7bdf685ba243e207bcd5de7370.tar.gz | |
Merge pull request #29003 from Xrayez/clipper-6.4.2-exceptions-fix
Build Clipper with `tools=no` and patch it to auto-disable exceptions
Diffstat (limited to 'editor/SCsub')
| -rw-r--r-- | editor/SCsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/SCsub b/editor/SCsub index 82a4ecb6c0..7d48e47c9f 100644 --- a/editor/SCsub +++ b/editor/SCsub @@ -79,9 +79,6 @@ if env['tools']: env.CommandNoCache('#editor/builtin_fonts.gen.h', flist, run_in_subprocess(editor_builders.make_fonts_header)) env.add_source_files(env.editor_sources, "*.cpp") - env_thirdparty = env.Clone() - env_thirdparty.disable_warnings() - env_thirdparty.add_source_files(env.editor_sources, ["#thirdparty/misc/clipper.cpp"]) SConscript('collada/SCsub') SConscript('doc/SCsub') |
