@@ -159,7 +159,7 @@ os: any [
159
159
OpenBSD: openbsd
160
160
) platform
161
161
]
162
- sys : any [
162
+ syst : any [
163
163
; none, linux, win32, darwin, cuda, etc.
164
164
spec/sys
165
165
spec/kernel
@@ -199,7 +199,7 @@ unless target [
199
199
target: clear ""
200
200
if arch [append append target arch #"-" ]
201
201
if vendor [append append target vendor #"-" ]
202
- if sys [append append target sys #"-" ]
202
+ if syst [append append target syst #"-" ]
203
203
if abi [append append target abi #"-" ]
204
204
take/last target
205
205
]
@@ -227,7 +227,7 @@ str-version: reform [
227
227
os
228
228
arch
229
229
vendor
230
- sys
230
+ syst
231
231
abi
232
232
any [all [word? spec/compiler spec/compiler ]] ; gcc, clang, msvc...
233
233
target
@@ -236,9 +236,11 @@ str-version: reform [
236
236
get-libc-version ;; musl, glibc_2.28,... or just none
237
237
]
238
238
239
+ ;;format-date-time may not be available in older Builder tools!
240
+ ;;format-date-time now/utc "(yyyy-MM-dd hh:mm:ss UTC)"
239
241
240
242
short-str-version: next ajoin [{
241
- Rebol/} product SP version SP format -date-time now /utc "(yyyy-MM-dd hh:mm:ss UTC)" {
243
+ Rebol/} product SP version " (" build -date { UTC)
242
244
Copyright (c) 2012 REBOL Technologies
243
245
Copyright (c) 2012-} now /year { Rebol Open Source Contributors
244
246
Source: https://github.com/Oldes/Rebol3} ]
0 commit comments