File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ vcpkg_download_distfile(
9
9
SHA512 5373f228cba6b7869210384a607a2d7faecfcbfef6dbfcd7c513f4e84fbd8bcad53ac7db2e7e84b95582248c1039dcfc7c4db205a618f7da22a166db482f0105
10
10
)
11
11
12
- vcpkg_extract_source_archive_ex (
13
- OUT_SOURCE_PATH SOURCE_PATH
12
+ vcpkg_extract_source_archive (
13
+ SOURCE_PATH
14
14
ARCHIVE "${ARCHIVE_PATH} "
15
15
)
16
16
@@ -38,6 +38,9 @@ if(VCPKG_TARGET_IS_MINGW)
38
38
)
39
39
endif ()
40
40
41
+ file (MAKE_DIRECTORY "${CURRENT_INSTALLED_DIR} /debug/lib/pkgconfig" )
42
+ file (MAKE_DIRECTORY "${CURRENT_INSTALLED_DIR} /lib/pkgconfig" )
43
+
41
44
set (OPTIONS_DEBUG
42
45
"--with-pkg-config-libdir=${CURRENT_INSTALLED_DIR} /debug/lib/pkgconfig"
43
46
--with-debug
@@ -50,7 +53,7 @@ set(OPTIONS_RELEASE
50
53
)
51
54
52
55
vcpkg_configure_make(
53
- SOURCE_PATH ${SOURCE_PATH}
56
+ SOURCE_PATH " ${SOURCE_PATH} "
54
57
OPTIONS ${OPTIONS}
55
58
OPTIONS_DEBUG ${OPTIONS_DEBUG}
56
59
OPTIONS_RELEASE ${OPTIONS_RELEASE}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ncurses" ,
3
3
"version" : " 6.3" ,
4
- "port-version" : 1 ,
4
+ "port-version" : 2 ,
5
5
"description" : " free software emulation of curses in System V Release 4.0" ,
6
6
"homepage" : " https://invisible-island.net/ncurses/announce.html" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 4970
4970
},
4971
4971
"ncurses" : {
4972
4972
"baseline" : " 6.3" ,
4973
- "port-version" : 1
4973
+ "port-version" : 2
4974
4974
},
4975
4975
"neargye-semver" : {
4976
4976
"baseline" : " 0.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " f61c866b4032d902b9c31cec60a4418615ae921b" ,
5
+ "version" : " 6.3" ,
6
+ "port-version" : 2
7
+ },
3
8
{
4
9
"git-tree" : " ea7aecbf38cef7f64f929c679d55812e679ca496" ,
5
10
"version" : " 6.3" ,
You can’t perform that action at this time.
0 commit comments