projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc53538
)
Load ffimacro.bin in win32.sf, not ffimacro.
author
Taylor R Campbell
<campbell@mumble.net>
Mon, 7 Oct 2013 20:36:55 +0000
(20:36 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Mon, 7 Oct 2013 20:36:57 +0000
(20:36 +0000)
Avoids accidentally loading cross-compiled gobbledegook which the
toolchain barfs on.
src/win32/win32.sf
patch
|
blob
|
history
diff --git
a/src/win32/win32.sf
b/src/win32/win32.sf
index 9face2bdae60046093fd0aa1058dbcdfc48e681c..f418356aa41282f5f55483cbb68cc271e63e8175 100644
(file)
--- a/
src/win32/win32.sf
+++ b/
src/win32/win32.sf
@@
-34,7
+34,7
@@
USA.
(fluid-let ((sf/default-syntax-table (->environment '(WIN32))))
(sf-conditionally "ffimacro")
- (load "ffimacro" '(WIN32 FFI-MACRO))
+ (load "ffimacro
.bin
" '(WIN32 FFI-MACRO))
(sf-conditionally "winuser")
(sf-conditionally "wingdi")