summaryrefslogtreecommitdiff
path: root/compiler/systems/t_amiga.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/t_amiga.pas')
-rw-r--r--compiler/systems/t_amiga.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/systems/t_amiga.pas b/compiler/systems/t_amiga.pas
index 03a2896952..431dbdc69c 100644
--- a/compiler/systems/t_amiga.pas
+++ b/compiler/systems/t_amiga.pas
@@ -131,7 +131,8 @@ begin
{ Open link.res file }
LinkRes:=TLinkRes.Create(outputexedir+Info.ResName,true);
-
+ if UseVLink and (source_info.dirsep <> '/') then
+ LinkRes.fForceUseForwardSlash:=true;
{ Write path to search libraries }
HPath:=TCmdStrListItem(current_module.locallibrarysearchpath.First);
while assigned(HPath) do