From 68a6d917ba3901a2030e3d1dbadf7fe22506b62a Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Mon, 5 Feb 2024 12:22:18 +0800 Subject: [PATCH] use node 18 for coapp 13 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ff1319c..9a05b33 100755 --- a/build.sh +++ b/build.sh @@ -240,11 +240,11 @@ if [ $build_all == 1 ]; then log "Building for mac-x86_64" arch -x86_64 ./build.sh - fnm use 10 - log "Building for mac13-x86_64" arch -x86_64 ./build.sh --target mac13-x86_64 + fnm use 10 + # FIXME: linux-i686 can't be built under Mac as it needs to Node 10. # To compile for linux-i686 build from a Linux i686 system. targets=("win7-i686" "win7-x86_64" "windows-i686")