Skip to content

Commit

Permalink
noramlize path
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Feb 16, 2022
1 parent 2395a1e commit c97afeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/qtwebengine/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ if(WIN32) # WIN32 HOST probably has win_flex and win_bison!
endif()

set(CURRENT_BUILDTREES_DIR "${CURRENT_BUILDTREES_DIR}/../tmp") # avoid long path issues in CI.
cmake_path(NORMAL_PATH CURRENT_BUILDTREES_DIR)
file(MAKE_DIRECTORY "${CURRENT_BUILDTREES_DIR}")

### Download third_party modules
vcpkg_from_git(
Expand Down

0 comments on commit c97afeb

Please sign in to comment.