Commit 3fa6555
committed
PackageToJS: Inherit
swiftwasm#309 introduced `-c`
option to the plugin side in addition to the `swift package`'s one.
However `swift package -c release js` was building with release config
before 0.25.0 but it started to build with debug config as the default
in 0.25.0. This change makes the plugin to respect the `swift package`'s
one if `-c` is not specified after `js` plugin nameswift package -c configuration by default1 parent c0ddc7d commit 3fa6555Copy full SHA for 3fa6555
1 file changed
+1-1Lines changed: 1 addition & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- Plugins/PackageToJS/Sources
Expand file treeCollapse file tree
Open diff view settings
Collapse file
Plugins/PackageToJS/Sources/PackageToJSPlugin.swift
Copy file name to clipboardExpand all lines: Plugins/PackageToJS/Sources/PackageToJSPlugin.swift+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
323 | 323 | |
324 | 324 | |
325 | 325 | |
326 | | - |
| 326 | + |
327 | 327 | |
328 | 328 | |
329 | 329 | |
|
0 commit comments