From ec8855dc7272f24c5e84cfbca53a53b544a61304 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Sun, 14 Jun 2020 21:05:58 -0700 Subject: Fix another path issue for build script --- src/Build.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Build.hs b/src/Build.hs index ee8cbed..67ec2f9 100644 --- a/src/Build.hs +++ b/src/Build.hs @@ -392,7 +392,7 @@ buildWithScript script projectDirectory buildDirectory compiler flags libraryNam (intercalate " " (map unWindowsPath absoluteLibraryDirectories)) let archiveFile = (unWindowsPath absoluteBuildDirectory) - "lib" + ++ "/lib" ++ libraryName <.> "a" withCurrentDirectory -- cgit v1.2.3