Skip to content

Commit

Permalink
[SGE] Use shaderc_combined on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Nov 22, 2024
1 parent f462bfd commit 31cade4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endif
# Linux
ifeq ($(PLATFORM),Linux)
EXTERNAL_LIBRARIES += -L${VULKAN_SDK}/lib/ -lvulkan -L./external-dependency-libs/linux -lglfw3 -lfreetype -lz -lpng -lbrotlidec -lm
EXTERNAL_LIBRARIES += $(shell pkg-config shaderc --libs)
EXTERNAL_LIBRARIES += $(shell pkg-config shaderc_combined --libs)
EXTERNAL_INCLUDES += -I${VULKAN_SDK}/include/
endif

Expand Down

0 comments on commit 31cade4

Please sign in to comment.