Skip to content

Commit 956f7aa

Browse files
committed
Fix previous commit.
1 parent 4a0b5f0 commit 956f7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ifneq ($(wildcard ${LIBDIR}/pkgconfig/sdl3.pc),)
9696
SDL_PKG_CONFIG_PATH ?= ${LIBDIR}/pkgconfig
9797
endif
9898
endif
99-
ifneq (${SDL_PKG_CONFIG_DIR},)
99+
ifneq (${SDL_PKG_CONFIG_PATH},)
100100
SDL_PKG_CONFIG_FLAGS = --with-path=${SDL_PKG_CONFIG_PATH}
101101
endif
102102

0 commit comments

Comments
 (0)