Skip to content

Commit 7bb4a40

Browse files
compnerdrokhinip
authored andcommitted
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. Signed-off-by: Kim Topley <[email protected]>
1 parent 370b38f commit 7bb4a40

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
@@ -138,7 +138,6 @@ if(ENABLE_SWIFT)
138138
swift/Wrapper.swift
139139
SWIFT_FLAGS
140140
-I ${PROJECT_SOURCE_DIR}
141-
-I/usr/include
142141
${swift_optimization_flags}
143142
TARGET
144143
${CMAKE_C_COMPILER_TARGET})

0 commit comments

Comments
 (0)