From 1994fe45233189c82bfe711e97e0cca3662e9e08 Mon Sep 17 00:00:00 2001 From: Jeff Bolz Date: Thu, 28 Feb 2019 11:59:35 -0600 Subject: [PATCH] Fix NV_EXTENSIONS-disabled build --- SPIRV/GlslangToSpv.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SPIRV/GlslangToSpv.cpp b/SPIRV/GlslangToSpv.cpp index 2ddece1..7dc0b94 100644 --- a/SPIRV/GlslangToSpv.cpp +++ b/SPIRV/GlslangToSpv.cpp @@ -49,9 +49,7 @@ namespace spv { #ifdef AMD_EXTENSIONS #include "GLSL.ext.AMD.h" #endif -#ifdef NV_EXTENSIONS #include "GLSL.ext.NV.h" -#endif } // Glslang includes -- 2.7.4