*** empty log message ***
original commit: 5e98d6e0683a8ab05644d325164472574687853b
This commit is contained in:
parent
8a458939ae
commit
80467f0f02
|
@ -3814,7 +3814,8 @@
|
|||
(check-label-string/false cwho label)
|
||||
(check-container-ready cwho parent)
|
||||
(when (memq 'gl style)
|
||||
(unless (eq? (system-type) 'windows)
|
||||
(unless (or (eq? (system-type) 'windows)
|
||||
(eq? (system-type) 'unix))
|
||||
(raise-mismatch-error (who->name cwho)
|
||||
"the 'gl style flag is not supported on this platform: "
|
||||
style)))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user