Skip to content

Commit 4f7a7cf

Browse files
committed
build: remove "/usr/include" for swift
Remove the explicit /usr/include search path for the swift library build. This allows us to build for Windows as well.
1 parent f6376cb commit 4f7a7cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ if(ENABLE_SWIFT)
108108
-fmodule-map-file=${PROJECT_SOURCE_DIR}/dispatch/module.modulemap
109109
SWIFT_FLAGS
110110
-I ${PROJECT_SOURCE_DIR}
111-
-I/usr/include
112111
${swift_optimization_flags}
113112
DEPENDS
114113
${PROJECT_SOURCE_DIR}/dispatch/module.modulemap)

0 commit comments

Comments
 (0)