thread & io: makefile repairs to work with nmake

This commit is contained in:
Matthew Flatt 2018-09-13 08:45:31 -06:00
parent 31d7180e5b
commit 2e8e479a52
2 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ GLOBALS = --no-global \
++global-ok built-in-symbols \
++global-ok default-read-handler \
++global-ok current-previously-unbound \
++global-ok 'keep-source-locations?' \
++global-ok 'rx:path-list'
++global-ok "keep-source-locations?" \
++global-ok rx:path-list
# Set `BUILDDIR` as a prefix on "compiled" output (defaults to empty).
# Set `DEPENDSDIR` as the same sort of prefix in the generated

View File

@ -20,7 +20,7 @@ GLOBALS = --no-global \
++global-ok installed-read-accept-reader \
++global-ok installed-read-accept-lang \
++global-ok maybe-raise-missing-module \
++global-ok 'string->number?' \
++global-ok "string->number?" \
++global-ok do-global-print \
++global-ok exec-file \
++global-ok run-file \