We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b75e03a + 62427ba commit cacbd52Copy full SHA for cacbd52
Makefile
@@ -1,7 +1,4 @@
1
-MAKEFILE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
2
-
3
SWIFT_SDK_ID ?= wasm32-unknown-wasi
4
-SWIFT_BUILD_FLAGS := --swift-sdk $(SWIFT_SDK_ID)
5
6
.PHONY: bootstrap
7
bootstrap:
@@ -22,6 +19,5 @@ unittest:
22
19
.PHONY: regenerate_swiftpm_resources
23
20
regenerate_swiftpm_resources:
24
21
npm run build
25
- cp Runtime/lib/index.js Plugins/PackageToJS/Templates/runtime.js
26
cp Runtime/lib/index.mjs Plugins/PackageToJS/Templates/runtime.mjs
27
cp Runtime/lib/index.d.ts Plugins/PackageToJS/Templates/runtime.d.ts
0 commit comments