Add --win-vs-dirs to override VS detection dirs.

This commit is contained in:
Christoffer Lerno
2024-12-25 00:07:57 +01:00
parent eb1644b302
commit dbf1d91961
8 changed files with 54 additions and 12 deletions

View File

@@ -38,8 +38,7 @@ typedef struct
} MacSDK;
typedef struct {
char* windows_sdk_um_library_path;
char* windows_sdk_ucrt_library_path;
char* windows_sdk_path;
char* vs_library_path;
} WindowsSDK;