Skip to content

Commit

Permalink
Fix SFML .pc files path fo pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
substring committed Nov 25, 2024
1 parent 67adc7b commit 8ad0ec9
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 @@ -261,7 +261,7 @@ endif
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
SFML_OBJ_DIR = $(OBJ_DIR)/sfml
SFML_LIB_DIR=$(SFML_OBJ_DIR)/install/lib/
SFML_PKG_CONFIG_PATH=$(ROOT_DIR)/$(SFML_OBJ_DIR)/install/pkgconfig
SFML_PKG_CONFIG_PATH=$(ROOT_DIR)/$(SFML_OBJ_DIR)/install/lib/pkgconfig
LIBS += -L$(SFML_LIB_DIR)
SFML_PC="sfml-system sfml-window sfml-graphics"
SFML_TOKEN=$(SFML_OBJ_DIR)/.sfmlok
Expand Down

0 comments on commit 8ad0ec9

Please sign in to comment.