diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/translator.boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot index 5358d91b..66cf4b56 100644 --- a/src/boot/translator.boot +++ b/src/boot/translator.boot @@ -872,7 +872,8 @@ associateRequestWithFileType(Option '"compile", '"boot", ++ Load native dynamically linked module loadNativeModule m == %hasFeature KEYWORD::SBCL => - FUNCALL(bfColonColon("SB-ALIEN","LOAD-SHARED-OBJECT"),m) + FUNCALL(bfColonColon("SB-ALIEN","LOAD-SHARED-OBJECT"),m, + KEYWORD::DONT_-SAVE, true) %hasFeature KEYWORD::CLISP => EVAL [bfColonColon("FFI","DEFAULT-FOREIGN-LIBRARY"), m] %hasFeature KEYWORD::ECL => |