File tree Expand file tree Collapse file tree 4 files changed +24
-28
lines changed
Expand file tree Collapse file tree 4 files changed +24
-28
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,12 @@ let package = Package(
4444 dependencies: [ " _AtomicsShims " ] ,
4545 exclude: [
4646 " CMakeLists.txt " ,
47- " AtomicBool.swift.gyb " ,
48- " AtomicLazyReference.swift.gyb " ,
49- " HighLevelTypes.swift.gyb " ,
50- " IntegerConformances.swift.gyb " ,
51- " PointerConformances.swift.gyb " ,
52- " Primitives.native.swift.gyb " ,
53- " Primitives.shims.swift.gyb " ,
47+ " Conformances/AtomicBool.swift.gyb " ,
48+ " Conformances/IntegerConformances.swift.gyb " ,
49+ " Conformances/PointerConformances.swift.gyb " ,
50+ " Primitives/Primitives.native.swift.gyb " ,
51+ " Primitives/Primitives.shims.swift.gyb " ,
52+ " Types/IntegerOperations.swift.gyb " ,
5453 ] ,
5554 cSettings: _cSettings,
5655 swiftSettings: _swiftSettings
Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ let package = Package(
3838 dependencies: [ " _AtomicsShims " ] ,
3939 exclude: [
4040 " CMakeLists.txt " ,
41- " AtomicBool.swift.gyb " ,
42- " AtomicLazyReference.swift.gyb " ,
43- " HighLevelTypes.swift.gyb " ,
44- " IntegerConformances.swift.gyb " ,
45- " PointerConformances.swift.gyb " ,
46- " Primitives.native.swift.gyb " ,
47- " Primitives.shims.swift.gyb " ,
41+ " Conformances/AtomicBool.swift.gyb " ,
42+ " Conformances/IntegerConformances.swift.gyb " ,
43+ " Conformances/PointerConformances.swift.gyb " ,
44+ " Primitives/Primitives.native.swift.gyb " ,
45+ " Primitives/Primitives.shims.swift.gyb " ,
46+ " Types/IntegerOperations.swift.gyb " ,
4847 ] ,
4948 cSettings: _cSettings,
5049 swiftSettings: _swiftSettings
Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ let package = Package(
3838 dependencies: [ " _AtomicsShims " ] ,
3939 exclude: [
4040 " CMakeLists.txt " ,
41- " AtomicBool.swift.gyb " ,
42- " AtomicLazyReference.swift.gyb " ,
43- " HighLevelTypes.swift.gyb " ,
44- " IntegerConformances.swift.gyb " ,
45- " PointerConformances.swift.gyb " ,
46- " Primitives.native.swift.gyb " ,
47- " Primitives.shims.swift.gyb " ,
41+ " Conformances/AtomicBool.swift.gyb " ,
42+ " Conformances/IntegerConformances.swift.gyb " ,
43+ " Conformances/PointerConformances.swift.gyb " ,
44+ " Primitives/Primitives.native.swift.gyb " ,
45+ " Primitives/Primitives.shims.swift.gyb " ,
46+ " Types/IntegerOperations.swift.gyb " ,
4847 ] ,
4948 cSettings: _cSettings,
5049 swiftSettings: _swiftSettings
Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ let package = Package(
3838 dependencies: [ " _AtomicsShims " ] ,
3939 exclude: [
4040 " CMakeLists.txt " ,
41- " AtomicBool.swift.gyb " ,
42- " AtomicLazyReference.swift.gyb " ,
43- " HighLevelTypes.swift.gyb " ,
44- " IntegerConformances.swift.gyb " ,
45- " PointerConformances.swift.gyb " ,
46- " Primitives.native.swift.gyb " ,
47- " Primitives.shims.swift.gyb " ,
41+ " Conformances/AtomicBool.swift.gyb " ,
42+ " Conformances/IntegerConformances.swift.gyb " ,
43+ " Conformances/PointerConformances.swift.gyb " ,
44+ " Primitives/Primitives.native.swift.gyb " ,
45+ " Primitives/Primitives.shims.swift.gyb " ,
46+ " Types/IntegerOperations.swift.gyb " ,
4847 ] ,
4948 cSettings: _cSettings,
5049 swiftSettings: _swiftSettings
You can’t perform that action at this time.
0 commit comments