Skip to content

Commit

Permalink
Merge pull request #10 from myk002/myk_lib_not_link
Browse files Browse the repository at this point in the history
Use lib instead of link /lib
  • Loading branch information
BenLubar authored May 19, 2022
2 parents 12901e9 + 55a17b4 commit edfc641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc/toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_C_COMPILER_ID MSVC)
set(CMAKE_C_PLATFORM_ID Windows)
set(CMAKE_C_COMPILER /usr/local/bin/cl)
set(CMAKE_LINKER /usr/local/bin/link)
set(CMAKE_AR "${CMAKE_LINKER} /lib")
set(CMAKE_AR /usr/local/bin/lib)
set(CMAKE_BUILD_TYPE Release CACHE STRING "Release") #|RelWithDebInfo
set(CMAKE_CROSS_COMPILING ON)
set(MSVC_VERSION 1900)
Expand Down

0 comments on commit edfc641

Please sign in to comment.