diff options
author | Juan Linietsky <reduzio@gmail.com> | 2019-07-28 13:42:15 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2020-02-11 11:53:29 +0100 |
commit | 60c7498cee169b2cd652045ec19bb526d76f9d61 (patch) | |
tree | 60f8c149be49c07ec70b24f9bc8529695e964c39 /drivers/SCsub | |
parent | 0586e184490fd132f99acb1a67c788959cfdbade (diff) |
Replaced GLSLang reflection by SPIRV-Reflect, eventually allowing to move GLSLang out.
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 072addc2b3..48befd213c 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -33,6 +33,7 @@ else: # Core dependencies SConscript("png/SCsub") +SConscript("spirv-reflect/SCsub") if env['vsproj']: import os |