diff options
Diffstat (limited to 'draw/make.mk')
-rw-r--r-- | draw/make.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/make.mk b/draw/make.mk index 1c60780..a626ca6 100644 --- a/draw/make.mk +++ b/draw/make.mk @@ -2,6 +2,7 @@ DIR_DRAW = draw/ SOURCES_DRAW += draw/glui.c draw/tui.c draw/ui.c OBJECTS_DRAW += $(SOURCES_DRAW:.c=.o) LDFLAGS += -lGL `sdl2-config --cflags --libs` +LDFLAGS_BSD += OBJECTS_DIR_DRAW += $(subst $(DIR_DRAW),$(BUILD_DIR)$(DIR_DRAW),$(OBJECTS_DRAW)) |