mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-10 03:13:09 +00:00
(glslang) Buildfix for Android
This commit is contained in:
parent
e10d7d93df
commit
234102d475
@ -50,11 +50,13 @@ VIDEO DRIVER
|
||||
#include "../gfx/drivers_shader/shader_vulkan.cpp"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SPIRV_CROSS
|
||||
#if defined(HAVE_SPIRV_CROSS)
|
||||
#if defined(ENABLE_HLSL)
|
||||
#include "../deps/SPIRV-Cross/spirv_hlsl.cpp"
|
||||
#endif
|
||||
#include "../deps/SPIRV-Cross/spirv_cross.cpp"
|
||||
#include "../deps/SPIRV-Cross/spirv_cfg.cpp"
|
||||
#include "../deps/SPIRV-Cross/spirv_glsl.cpp"
|
||||
#include "../deps/SPIRV-Cross/spirv_hlsl.cpp"
|
||||
#include "../deps/SPIRV-Cross/spirv_msl.cpp"
|
||||
#ifdef HAVE_SLANG
|
||||
#include "../gfx/drivers_shader/glslang_util.cpp"
|
||||
|
@ -1,5 +1,6 @@
|
||||
|
||||
#ifdef WANT_GLSLANG
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <compat/msvc.h>
|
||||
#ifdef strtoull
|
||||
@ -54,6 +55,7 @@
|
||||
#include "../deps/glslang/glslang/glslang/OSDependent/Unix/ossource.cpp"
|
||||
#endif
|
||||
|
||||
#if defined(ENABLE_HLSL)
|
||||
#include "../deps/glslang/glslang/hlsl/hlslAttributes.cpp"
|
||||
#include "../deps/glslang/glslang/hlsl/hlslGrammar.cpp"
|
||||
#include "../deps/glslang/glslang/hlsl/hlslOpMap.cpp"
|
||||
@ -62,3 +64,5 @@
|
||||
#include "../deps/glslang/glslang/hlsl/hlslScanContext.cpp"
|
||||
#include "../deps/glslang/glslang/hlsl/hlslTokenStream.cpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user