diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/translator.boot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot index 191d958b..046b1f43 100644 --- a/src/boot/translator.boot +++ b/src/boot/translator.boot @@ -783,5 +783,4 @@ loadNativeModule m == loadSystemRuntimeCore() == %hasFeature KEYWORD::ECL or %hasFeature KEYWORD::GCL => nil - loadNativeModule strconc(systemLibraryDirectory(), - '"libopen-axiom-core",$NativeModuleExt) + loadNativeModule strconc('"libopen-axiom-core",$NativeModuleExt) |