diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-28 14:45:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 14:45:27 +0200 |
commit | d8af4f9e02277194ca1bb053447a25bfed2b6524 (patch) | |
tree | c33aa8ccee82b26d868fbc91abed94e2480864c2 /modules/mobile_vr | |
parent | 243bdc4524ddcf8ac6bef03c378e14fe7bb263b8 (diff) | |
parent | 3a2ca68af3c8bafe9f60f09bd8fece894fe3a925 (diff) |
Merge pull request #22506 from akien-mga/thirdparty-no-warnings
SCons: Build thirdparty code in own env, disable warnings
Diffstat (limited to 'modules/mobile_vr')
-rw-r--r-- | modules/mobile_vr/SCsub | 3 | ||||
-rw-r--r-- | modules/mobile_vr/shaders/SCsub | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/modules/mobile_vr/SCsub b/modules/mobile_vr/SCsub index b4e2edcca1..e5725ceb6f 100644 --- a/modules/mobile_vr/SCsub +++ b/modules/mobile_vr/SCsub @@ -1,8 +1,5 @@ #!/usr/bin/env python -import os -import methods - Import('env') Import('env_modules') diff --git a/modules/mobile_vr/shaders/SCsub b/modules/mobile_vr/shaders/SCsub index cf53c9ebe0..97a3598598 100644 --- a/modules/mobile_vr/shaders/SCsub +++ b/modules/mobile_vr/shaders/SCsub @@ -4,4 +4,3 @@ Import('env') if 'GLES3_GLSL' in env['BUILDERS']: env.GLES3_GLSL('lens_distorted.glsl'); - |