rename PKG_CONFIG_LIBS_PRIV to PKGCONFIG_LIBS_PRIV

i.e.: do not steal PKG_CONFIG namespace.
This commit is contained in:
Ozkan Sezer
2021-04-14 21:40:50 +03:00
parent 197cfcaf71
commit 69203851dc
4 changed files with 12 additions and 11 deletions

View File

@@ -2267,12 +2267,12 @@ if(NOT WINDOWS OR CYGWIN)
set(ENABLE_STATIC_FALSE "")
endif()
if(SDL_SHARED)
set(PKG_CONFIG_LIBS_PRIV "
set(PKGCONFIG_LIBS_PRIV "
Libs.private:")
set(ENABLE_SHARED_TRUE "")
set(ENABLE_SHARED_FALSE "#")
else()
set(PKG_CONFIG_LIBS_PRIV "")
set(PKGCONFIG_LIBS_PRIV "")
set(ENABLE_SHARED_TRUE "#")
set(ENABLE_SHARED_FALSE "")
endif()