We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43768b8 commit 2ca0b97Copy full SHA for 2ca0b97
1 file changed
prog/tools/ShaderCompiler2/jamfile-common
@@ -1,6 +1,5 @@
1
PlatformArch_windows ?= x86_64 ;
2
-PlatformSpec_windows_x86_64 ?= clang ;
3
-PlatformSpec_windows_arm64 ?= vc17 ; # clang 15.0.7 crashes with dag_shaderModelVersion.h when building arm64
+PlatformSpec_windows ?= clang ;
4
include $(Root)/prog/_jBuild/defPlatform.jam ;
5
if ! $(Location) { Exit Location must be defined before including jamfile-common ; }
6
0 commit comments