Skip to content

Commit

Permalink
Avoid autoloading dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Aug 28, 2023
1 parent ae64bc7 commit 060c623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jpl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4054,6 +4054,7 @@
% to %PATH% on this platform.

:- if(current_prolog_flag(windows,true)).
:- use_module(library(shlib), [win_add_dll_directory/1]).
extend_dll_search_path(Dir) :-
win_add_dll_directory(Dir),
( current_prolog_flag(wine_version, _)
Expand Down

0 comments on commit 060c623

Please sign in to comment.