Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sheaf committed Jan 13, 2025
1 parent debaafe commit b5dd70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-expr/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ main = do
{ Clang.clangTarget = Just "x86_64-pc-linux-gnu"
, Clang.clangOtherArgs =
[ "-nostdinc"
, "-isystem" ++ (cwd </> "musl-include/x86_64")
, "-isystem" ++ (cwd </> "../hs-bindgen/musl-include/x86_64")
]
}
--buildTargetTriple <- queryClangBuildTargetTriple
Expand Down

0 comments on commit b5dd70a

Please sign in to comment.