Skip to content

Commit

Permalink
error in ein x64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Feb 6, 2025
1 parent edae670 commit d2953dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/win/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ cd yaml-cpp-${YAML_CPP_VERSION}
cp -r include/yaml-cpp ../../third-party/include/
cmake -G "Visual Studio 17 2022" -DYAML_BUILD_SHARED_LIBS=OFF -DYAML_CPP_BUILD_CONTRIB=OFF -DYAML_CPP_BUILD_TOOLS=OFF -DYAML_CPP_FORMAT_SOURCE=OFF -B build
cmake --build build --config Release
rm -rf build
cp build/Release/yaml-cpp.lib ../../third-party/build-libs/win/x64/
rm -rf build
cmake -G "Visual Studio 17 2022" -DYAML_BUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_CONTRIB=OFF -DYAML_CPP_BUILD_TOOLS=OFF -DYAML_CPP_FORMAT_SOURCE=OFF -B build
cmake --build build --config Release
cp build/Release/yaml-cpp*.dll ../../third-party/runtime-libs/win/x64/
Expand Down

0 comments on commit d2953dc

Please sign in to comment.