Skip to content

Commit

Permalink
Fix SDL_PKG_CONFIG_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed May 22, 2024
1 parent adecbc2 commit b4f40f7
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 @@ -96,7 +96,7 @@ ifneq ($(wildcard ${LIBDIR}/pkgconfig/sdl3.pc),)
SDL_PKG_CONFIG_PATH ?= ${LIBDIR}/pkgconfig
endif
endif
ifneq (${SDL_PKG_CONFIG_DIR},)
ifneq (${SDL_PKG_CONFIG_PATH},)
SDL_PKG_CONFIG_FLAGS = --with-path=${SDL_PKG_CONFIG_PATH}
endif

Expand Down

0 comments on commit b4f40f7

Please sign in to comment.