Skip to content

Commit 39982ae

Browse files
committed
build: add ConcurrencySal.h to VFS overlay
When building CoreFoundation, we include ConccurrencySal.h. When cross-compiling on a case sensitive filesystem, this fails due to the naming in the SDK. Add an entry to repair the cross-compilation.
1 parent b697b2c commit 39982ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/WindowsSDKVFSOverlay.yaml.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ roots:
1717
- name: wtypesbase.h
1818
type: file
1919
external-contents: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/shared/WTypesbase.h"
20+
- name: ConcurrencySal.h
21+
type: file
22+
external-contents: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/shared/concurrencysal.h"
2023
- name: "@UniversalCRTSdkDir@/Include/@UCRTVersion@/um"
2124
type: directory
2225
contents:

0 commit comments

Comments
 (0)