Skip to content

Commit

Permalink
fix build error for MT
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 16, 2020
1 parent 2844ce7 commit 1f6b403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
mkdir build && cd build/
mkdir win64 && cd win64/
cmake -G "Visual Studio 16 2019" -A "x64" -DLIBGLTF_BUILD_MSVC_WITH_MT=TRUE -DLIBGLTF_BUILD_RUNTEST=FALSE ../../
cmake -G "Visual Studio 16 2019" -A "x64" -DLIBGLTF_BUILD_MSVC_WITH_MT=TRUE -DLIBGLTF_BUILD_RUNTEST=FALSE -DLIBGLTF_USE_GOOGLE_DRACO=TRUE -DLIBGLTF_USE_GOOGLE_DRACO_SUBMODULE=TRUE ../../
msbuild libgltf.sln /t:Build /p:Configuration="Release" /p:Platform="x64"
msbuild libgltf.sln /t:Build /p:Configuration="Debug" /p:Platform="x64"
cd ../
Expand Down

0 comments on commit 1f6b403

Please sign in to comment.