Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Oct 16, 2024
1 parent 451a108 commit 6d9f945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triplets/x64-windows-webkit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ endif ()
# Ignore OpenSSL installed on GitHub actions
file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _program_files)
set(CMAKE_SYSTEM_IGNORE_PATH
${_program_files}/OpenSSL/lib
${_program_files}/OpenSSL/lib/VC
"${_program_files}/OpenSSL/lib"
"${_program_files}/OpenSSL/lib/VC"
)

0 comments on commit 6d9f945

Please sign in to comment.