- Timestamp:
- Jan 14, 2024, 2:03:00 AM (11 months ago)
- Branches:
- feature/imgui-sdl
- Parents:
- 6d698e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r6d698e5 r87cfede 35 35 endif 36 36 ifeq ($(OS),Linux) 37 #LIBS = `pkg-config --static --libs sdl2` 38 LIBS = 39 LIBS := -lvulkan $(LIBS) -lSDL2 -lSDL2_image -lSDL2_ttf # TODO: figure out how to statically link these, ideally using pkg-config 37 LIBS = `pkg-config --static --libs vulkan sdl2` 40 38 endif 41 39 … … 74 72 .PHONY: shaders 75 73 shaders: 76 ./compile.sh74 bash compile.sh 77 75 78 76 clean:
Note:
See TracChangeset
for help on using the changeset viewer.