Skip to content

Commit

Permalink
fix wrong debug lib path, spotted by dg0yt
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed May 29, 2024
1 parent 7ea7788 commit 45865bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/skia/skia-functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function(third_party_from_vcpkg gn_group)
set(defines "")
set(include_dirs "${CURRENT_INSTALLED_DIR}/include")
set(libdirs_RELEASE "${CURRENT_INSTALLED_DIR}/lib")
set(libdirs_DEBUG "${CURRENT_INSTALLED_DIR}/lib/debug")
set(libdirs_DEBUG "${CURRENT_INSTALLED_DIR}/debug/lib")
set(ldflags "")
foreach(config IN ITEMS DEBUG RELEASE)
set(lib_dirs "${libdirs_${config}}")
Expand Down

0 comments on commit 45865bc

Please sign in to comment.