Skip to content

Commit

Permalink
lvulkan was incorrectly added to LDFLAGS instead of LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Schied authored and Christoph Schied committed Jan 18, 2019
1 parent 5c9e0eb commit a4de8e9
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 @@ -377,7 +377,7 @@ endif
ifdef CONFIG_VKPT_RENDERER
VKPT_SHADER_DIR=shader_vkpt
CFLAGS_c += -DREF_VKPT=1 -DUSE_REF=1 -DVID_REF='"vkpt"' -Isrc/refresh/vkpt/ -DVKPT_SHADER_DIR='"$(VKPT_SHADER_DIR)"'
LDFLAGS +=-lvulkan
LIBS_c +=-lvulkan
OBJS_c += src/refresh/vkpt/main.o
OBJS_c += src/refresh/vkpt/textures.o
OBJS_c += src/refresh/vkpt/draw.o
Expand Down

0 comments on commit a4de8e9

Please sign in to comment.