From 9ed043ed53470236f21202831ac3dc33c0653cca Mon Sep 17 00:00:00 2001 From: Oldes Date: Thu, 13 Jan 2022 11:00:05 +0100 Subject: [PATCH] FIX: explicitly define all platform names (useful in the bootstrap phase) --- make/rebol3.nest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/rebol3.nest b/make/rebol3.nest index 4e8883a02f..2910b29825 100644 --- a/make/rebol3.nest +++ b/make/rebol3.nest @@ -24,6 +24,7 @@ target-windows: [ os: windows sys: win32 vendor: pc + platform: Windows compiler: clang upx: on ] @@ -31,11 +32,13 @@ target-macos: [ os: macos sys: darwin vendor: apple + platform: macOS compiler: clang ] target-linux: [ os: linux sys: linux + platform: Linux vendor: pc compiler: gcc ]