Skip to content

Commit

Permalink
Update Raylib-cs.Native.csproj: USE_MSVC_RUNTIME_LIBRARY_DLL=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
JupiterRider authored Dec 10, 2024
1 parent 630f9c7 commit 84ee795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Raylib-cs.Native/Raylib-cs.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
<CMakeArgs Include="-D CMAKE_BUILD_TYPE=$(Configuration)" />
<CMakeArgs Include="-D BUILD_SHARED_LIBS=ON" />
<CMakeArgs Include="-D BUILD_EXAMPLES=OFF" />
<CMakeArgs Include="-D CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded" />
<CMakeArgs Include="-D CMAKE_MINIMUM_REQUIRED_VERSION=3.15" />
<CMakeArgs Include="-D USE_MSVC_RUNTIME_LIBRARY_DLL=OFF" />
<!-- <CMakeArgs Include="-D GRAPHICS=GRAPHICS_API_OPENGL_43" /> -->
</ItemGroup>

Expand Down

0 comments on commit 84ee795

Please sign in to comment.