mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Change include paths from <vulkan/...> to just <...>
* This is inconsistent between windows and linux - on linux it's vulkan/ but on windows the files are just in the Include folder. * For final ship, we may well in-line the header in our own source tree as we do with GL, since it might even be custom-built.
This commit is contained in:
@@ -5,7 +5,7 @@ MACROS=-DLINUX \
|
||||
-DRENDERDOC_PLATFORM=linux \
|
||||
-DRENDERDOC_EXPORTS \
|
||||
-DGIT_COMMIT_HASH="\"$(COMMIT)\""
|
||||
CFLAGS=-c -Wall -Werror -Wno-unused -Wno-unknown-pragmas -fPIC $(MACROS) -I../../ -I../../3rdparty/ -I$(VK_SDK_PATH)/include
|
||||
CFLAGS=-c -Wall -Werror -Wno-unused -Wno-unknown-pragmas -fPIC $(MACROS) -I../../ -I../../3rdparty/ -I$(VK_SDK_PATH)/include/vulkan
|
||||
CPPFLAGS=-std=c++11 -g -Wno-reorder -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
OBJDIR=.obj
|
||||
OBJECTS=vk_dispatchtables.o \
|
||||
|
||||
Reference in New Issue
Block a user