File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -287,8 +287,10 @@ else()
287
287
if (VCPKG_TARGET_IS_ANDROID) # AND CMAKE_SYSTEM_VERSION LESS 26)
288
288
list (APPEND BUILD_OPTS ac_cv_header_langinfo_h=no )
289
289
endif ()
290
- if (VCPKG_OSX_SYSROOT)
291
- list (APPEND BUILD_OPTS "PG_SYSROOT=${VCPKG_OSX_SYSROOT} " )
290
+ vcpkg_cmake_get_vars(cmake_vars_file)
291
+ include ("${cmake_vars_file} " )
292
+ if (VCPKG_DETECTED_CMAKE_OSX_SYSROOT)
293
+ list (APPEND BUILD_OPTS "PG_SYSROOT=${VCPKG_DETECTED_CMAKE_OSX_SYSROOT} " )
292
294
endif ()
293
295
vcpkg_configure_make(
294
296
AUTOCONFIG
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libpq" ,
3
3
"version" : " 14.4" ,
4
+ "port-version" : 1 ,
4
5
"description" : " The official database access API of postgresql" ,
5
6
"homepage" : " https://www.postgresql.org/" ,
6
7
"license" : " PostgreSQL" ,
Original file line number Diff line number Diff line change 4034
4034
},
4035
4035
"libpq" : {
4036
4036
"baseline" : " 14.4" ,
4037
- "port-version" : 0
4037
+ "port-version" : 1
4038
4038
},
4039
4039
"libpqxx" : {
4040
4040
"baseline" : " 7.7.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " bdf23f137f7f72e57555542fc392a8ec8e0ebd28" ,
5
+ "version" : " 14.4" ,
6
+ "port-version" : 1
7
+ },
3
8
{
4
9
"git-tree" : " 2b3456bfb8b04525c44007f3c8a04b7e208d639d" ,
5
10
"version" : " 14.4" ,
You can’t perform that action at this time.
0 commit comments