1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix typo in gn files

SKD -> SDK
This commit is contained in:
Arthur Eubanks 2020-03-09 13:02:14 -07:00
parent 00ab8cc01c
commit 421f0976bd

View File

@ -1,6 +1,6 @@
declare_args() {
# Whether to build code that requires the Microsoft DIA SDK.
# If this is set, %INCLUDE% must contain ".../DIA SDK/include"
# and %LIB% must contain ".../DIA SKD/lib/amd64".
# and %LIB% must contain ".../DIA SDK/lib/amd64".
llvm_enable_dia_sdk = false
}