Skip to content

Commit

Permalink
Adding support for windows viewer build.
Browse files Browse the repository at this point in the history
# Conflicts:
#	dev/test/premake5.lua
  • Loading branch information
luigi-rosso committed Jun 20, 2022
1 parent 50a16c6 commit 46e3ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skia/viewer/build/windows/dependencies/make_glfw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pushd .\glfw
git checkout master
popd

mkdir -p glfw_build
mkdir glfw_build
cd glfw_build
cmake ../glfw -DBUILD_SHARED_LIBS=OFF
rem Force compile with /MT, GLFW defaults to /MDd but the rest of our libs expect /MT
Expand Down

0 comments on commit 46e3ccb

Please sign in to comment.