From 60c7498cee169b2cd652045ec19bb526d76f9d61 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 28 Jul 2019 13:42:15 -0300 Subject: Replaced GLSLang reflection by SPIRV-Reflect, eventually allowing to move GLSLang out. --- drivers/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/SCsub') 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 -- cgit v1.2.3