Skip to content

Commit

Permalink
FIX: missing dot
Browse files Browse the repository at this point in the history
that one had interesting side effects :-)
  • Loading branch information
mgondan authored and JanWielemaker committed Sep 22, 2024
1 parent f272752 commit e82a993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/shlib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
current_prolog_flag(bundle, true))).
user:file_search_path(foreign, swi('../../PlugIns/swipl')).
:- elif(current_prolog_flag(apple_universal_binary, true)).
user:file_search_path(foreign, swi('lib/fat-darwin'))
user:file_search_path(foreign, swi('lib/fat-darwin')).
:- elif((current_prolog_flag(windows, true),
current_prolog_flag(bundle, true))).
user:file_search_path(foreign, swi(bin)).
Expand Down

0 comments on commit e82a993

Please sign in to comment.