mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 07:19:29 +08:00
build: Don't duplicate Libs in Libs.private in pkg-config file
pkg-config already prepends Libs to Libs.private when you specify --static so there's no need to duplicate them. Most other projects don't do this.
This commit is contained in:
+1
-1
@@ -4271,7 +4271,7 @@ else
|
||||
SDL_RLD_FLAGS=""
|
||||
fi
|
||||
|
||||
SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS"
|
||||
SDL_STATIC_LIBS="$EXTRA_LDFLAGS"
|
||||
|
||||
dnl Expand the cflags and libraries needed by apps using SDL
|
||||
AC_SUBST(SDL_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user