Skip to content

Commit

Permalink
shaderc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shinchiro committed Dec 16, 2023
1 parent 86fd96e commit 4225ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shaderc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ExternalProject_Add(shaderc
-DSPIRV_SKIP_TESTS=ON
-DENABLE_GLSLANG_BINARIES=OFF
-DSPIRV_TOOLS_BUILD_STATIC=ON
-D SPIRV_TOOLS_LIBRARY_TYPE=STATIC
-DSPIRV_TOOLS_LIBRARY_TYPE=STATIC
-DMINGW_COMPILER_PREFIX=${TARGET_ARCH}
-DCMAKE_CXX_FLAGS='${CMAKE_CXX_FLAGS} -std=c++17'
BUILD_COMMAND ${EXEC} LTO_JOB=1 ninja -C <BINARY_DIR>
Expand Down

0 comments on commit 4225ed9

Please sign in to comment.