Skip to content

Commit

Permalink
windows typo path
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 14, 2024
1 parent b783956 commit f141ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ if (ZMQ_PREFIX STREQUAL "bundled")
"/p:Configuration=StaticRelease"
"/p:Platform=${CMAKE_GENERATOR_PLATFORM}"
"/p:OutputPath=${BUNDLE_DIR}/lib"
"builds/msvc/vs2019/solution.soln"
"builds/msvc/vs2019/libsodium.sln"
)
list(APPEND libsodium_install "echo")
set(libsodium_lib "${BUNDLE_DIR}/lib/libsodium.lib")
Expand Down

0 comments on commit f141ab3

Please sign in to comment.