Skip to content

Commit f5f6aee

Browse files
committed
FIX: make sure that os-info is always loadable
1 parent 9c9fef1 commit f5f6aee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

make/pre-make.r3

+5
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ try/except [
221221
git-commit: mold debase read/string join %../.git/ git-header 16
222222
][ git-commit: none]
223223

224+
if string? select os-info 'VERSION_ID [
225+
;; make sure that it will be loadable
226+
os-info/VERSION_ID: mold os-info/VERSION_ID
227+
]
228+
224229
str-version: reform [
225230
"Rebol" ; probably always same
226231
product ; like Core, View, etc...

0 commit comments

Comments
 (0)