diff options
-rw-r--r-- | Biz/Bild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild.hs b/Biz/Bild.hs index 14eb397..eec4d97 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -398,7 +398,7 @@ analyze hmap ns = case Map.lookup ns hmap of out = pout, compilerFlags = concat - [ [o, dir, Text.pack absPath] + [ [o, dir, str absPath] ++ langdepFlags ++ sysdepFlags ++ (map Text.pack <| Set.toList parg) |