Skip to content
Snippets Groups Projects
Commit c9071d94 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

HsCppArgs: Augment the HsCppOptions

This is important when we pass -I when setting up the windows toolchain.
parent 08c9a014
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,6 @@ AC_ARG_WITH(hs-cpp-flags,
)
$1=$HS_CPP_CMD
$2=$HS_CPP_ARGS
$2="$$2 $HS_CPP_ARGS"
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment