Skip to content

Commit

Permalink
Add MAKE_DIRECTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W committed Sep 6, 2022
1 parent 69b312a commit 8c0a461
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ports/ncurses/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ if(VCPKG_TARGET_IS_MINGW)
)
endif()

file(MAKE_DIRECTORY "${CURRENT_INSTALLED_DIR}/debug/lib/pkgconfig")
file(MAKE_DIRECTORY "${CURRENT_INSTALLED_DIR}/lib/pkgconfig")

set(OPTIONS_DEBUG
"--with-pkg-config-libdir=${CURRENT_INSTALLED_DIR}/debug/lib/pkgconfig"
--with-debug
Expand Down
5 changes: 1 addition & 4 deletions ports/ncurses/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
"description": "free software emulation of curses in System V Release 4.0",
"homepage": "https://invisible-island.net/ncurses/announce.html",
"license": "MIT",
"supports": "!windows | mingw",
"dependencies": [
"pkgconf"
]
"supports": "!windows | mingw"
}
2 changes: 1 addition & 1 deletion versions/n-/ncurses.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "2c29099ec93dff83bfea876e14d6780795fa6768",
"git-tree": "f61c866b4032d902b9c31cec60a4418615ae921b",
"version": "6.3",
"port-version": 2
},
Expand Down

0 comments on commit 8c0a461

Please sign in to comment.