diff options
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdllocal.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb index 193910896..3a9ec6a04 100644 --- a/src/ghdldrv/ghdllocal.adb +++ b/src/ghdldrv/ghdllocal.adb @@ -1009,7 +1009,7 @@ package body Ghdllocal is end if; Perform_Action (Command_Clean (Cmd), Args); Delete (Image (Libraries.Work_Directory) - & Back_End.Library_To_File_Name (Libraries.Work_Library) + & Libraries.Library_To_File_Name (Libraries.Work_Library) & Nul); end Perform_Action; |