Skip to content

Commit 5cb6f0b

Browse files
committed
Adding support for windows viewer build.
# Conflicts: # dev/test/premake5.lua
1 parent 395cc35 commit 5cb6f0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skia/viewer/build/windows/dependencies/make_glfw.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pushd .\glfw
1111
git checkout master
1212
popd
1313

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

0 commit comments

Comments
 (0)