File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -130,18 +130,6 @@ let package = Package(
130130 ]
131131 ) ,
132132 . testTarget( name: " GDBRemoteProtocolTests " , dependencies: [ " GDBRemoteProtocol " ] ) ,
133-
134- . target(
135- name: " WasmKitGDBHandler " ,
136- dependencies: [
137- . product( name: " _NIOFileSystem " , package : " swift-nio " ) ,
138- . product( name: " NIOCore " , package : " swift-nio " ) ,
139- . product( name: " SystemPackage " , package : " swift-system " ) ,
140- " WasmKit " ,
141- " WasmKitWASI " ,
142- " GDBRemoteProtocol " ,
143- ] ,
144- ) ,
145133 ] ,
146134)
147135
@@ -202,5 +190,17 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
202190 " WasmKitGDBHandler " ,
203191 ]
204192 ) ,
193+
194+ . target(
195+ name: " WasmKitGDBHandler " ,
196+ dependencies: [
197+ . product( name: " _NIOFileSystem " , package : " swift-nio " ) ,
198+ . product( name: " NIOCore " , package : " swift-nio " ) ,
199+ . product( name: " SystemPackage " , package : " swift-system " ) ,
200+ " WasmKit " ,
201+ " WasmKitWASI " ,
202+ " GDBRemoteProtocol " ,
203+ ] ,
204+ ) ,
205205 ] )
206206#endif
You can’t perform that action at this time.
0 commit comments