ld_path is not a fixed atom
This commit is contained in:
parent
5ef03f2d0f
commit
4cac5b6616
@ -2827,7 +2827,7 @@ p_win32(void)
|
||||
static Int
|
||||
p_ld_path(void)
|
||||
{
|
||||
return Yap_unify(ARG1,MkAtomTerm(AtomLDLibraryPath));
|
||||
return Yap_unify(ARG1,MkAtomTerm(Yap_LookupAtom(LIB_DIR)));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user