summaryrefslogtreecommitdiff
path: root/editor/import/SCsub
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-09-28 14:45:27 +0200
committerGitHub <noreply@github.com>2018-09-28 14:45:27 +0200
commitd8af4f9e02277194ca1bb053447a25bfed2b6524 (patch)
treec33aa8ccee82b26d868fbc91abed94e2480864c2 /editor/import/SCsub
parent243bdc4524ddcf8ac6bef03c378e14fe7bb263b8 (diff)
parent3a2ca68af3c8bafe9f60f09bd8fece894fe3a925 (diff)
Merge pull request #22506 from akien-mga/thirdparty-no-warnings
SCons: Build thirdparty code in own env, disable warnings
Diffstat (limited to 'editor/import/SCsub')
-rw-r--r--editor/import/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/import/SCsub b/editor/import/SCsub
index f1fa50148f..2b1e889fb0 100644
--- a/editor/import/SCsub
+++ b/editor/import/SCsub
@@ -1,5 +1,5 @@
#!/usr/bin/env python
Import('env')
-Export('env')
+
env.add_source_files(env.editor_sources, "*.cpp")