fixed bug in mats/foreign.ms update for Windows

original commit: 8b27ac0fd743ef972dd1416c21034c7c5a0f39c2
This commit is contained in:
Bob Burger 2017-03-08 14:12:29 -05:00
parent cb0a915f73
commit e84263d85e

View File

@ -2587,7 +2587,7 @@
[(i3le ti3le a6le ta6le arm32le tarm32le ppc32le tppc32le)
'(load-shared-object "libc.so.6")]
[(i3nt ti3nt a6nt ta6nt)
(load-shared-object "msvcrt.dll")]
'(load-shared-object "msvcrt.dll")]
[(i3osx ti3osx a6osx ta6osx)
'(load-shared-object "libc.dylib")]
[else (error 'load-libc "unrecognized machine type ~s" (machine-type))]))