Skip to content

Commit eb9de88

Browse files
committedSep 22, 2022
additional platform target updates
1 parent 758d4e1 commit eb9de88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ wasm-napi-exit0-linux-arm64:
243243
strip lib/npm/exit0/linux-arm64-LE.node
244244
ls -l lib/npm/exit0/linux-arm64-LE.node
245245

246-
wasm-napi-exit0-windows-x64:
246+
wasm-napi-exit0-win32-x64:
247247
# This isn't meant to be run directly but is a rough overview of the instructions
248248
echo '__declspec(dllexport) void* napi_register_module_v1(void* a, void* b) { ExitProcess(0); }' > main.c
249249
echo 'setlocal' > main.bat
@@ -459,7 +459,7 @@ publish-darwin-x64: platform-darwin-x64
459459
publish-darwin-arm64: platform-darwin-arm64
460460
test -n "$(OTP)" && cd npm/esbuild-darwin-arm64 && npm publish --otp="$(OTP)"
461461

462-
publish-freebsd-x64: platform-freebsd
462+
publish-freebsd-x64: platform-freebsd-x64
463463
test -n "$(OTP)" && cd npm/esbuild-freebsd-64 && npm publish --otp="$(OTP)"
464464

465465
publish-freebsd-arm64: platform-freebsd-arm64

0 commit comments

Comments
 (0)
Please sign in to comment.