File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ let package = Package(
9494 ) ,
9595
9696 // MARK: Components
97-
97+
9898 . target(
9999 name: " llbuildBasic " ,
100100 dependencies: [ " llvmSupport " ] ,
@@ -129,13 +129,13 @@ let package = Package(
129129 ) ,
130130
131131 // MARK: Analysis Components
132-
132+
133133 . target(
134134 name: " llbuildAnalysis " ,
135135 dependencies: [ " llbuildSwift " ] ,
136136 path: " lib/Analysis "
137137 ) ,
138-
138+
139139 // MARK: Test Targets
140140
141141 . target(
@@ -205,7 +205,7 @@ let package = Package(
205205 . target(
206206 name: " llbuildTestSupport " ,
207207 path: " unittests/TestSupport " ) ,
208-
208+
209209 // MARK: GoogleTest
210210
211211 . target(
@@ -333,7 +333,7 @@ package.targets.first { $0.name == "llbuildBasic" }?.linkerSettings = [
333333// be folded up with .when(platforms:_) clauses.
334334#if os(OpenBSD)
335335if let target = package . targets. first ( where: { $0. name == " llbuildCore " } ) {
336- target. cSettings = [ . unsafeFlags( [ " -I/usr/local/include " ] ) ]
336+ target. cSettings = [ . unsafeFlags( [ " -I/usr/local/include " ] ) ]
337337 target. linkerSettings = [
338338 . linkedLibrary( " sqlite3 " ) ,
339339 . unsafeFlags( [ " -L/usr/local/lib " ] )
You can’t perform that action at this time.
0 commit comments