Skip to content

Commit

Permalink
FIX: explicitly define all platform names (useful in the bootstrap ph…
Browse files Browse the repository at this point in the history
…ase)
  • Loading branch information
Oldes committed Jan 13, 2022
1 parent c6ea2e3 commit 9ed043e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/rebol3.nest
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@ target-windows: [
os: windows
sys: win32
vendor: pc
platform: Windows
compiler: clang
upx: on
]
target-macos: [
os: macos
sys: darwin
vendor: apple
platform: macOS
compiler: clang
]
target-linux: [
os: linux
sys: linux
platform: Linux
vendor: pc
compiler: gcc
]
Expand Down

0 comments on commit 9ed043e

Please sign in to comment.