Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Order of --output-directory flag matters #904

Open
gergoerdi opened this issue Jun 19, 2022 · 0 comments
Open

Order of --output-directory flag matters #904

gergoerdi opened this issue Jun 19, 2022 · 0 comments

Comments

@gergoerdi
Copy link

The following invocation of ahc-link puts (most) generated files into _build/:

ahc-link --input-hs src/main.hs --output-directory _build

However, passing the output-directory flag earlier seems to be ignored, as the following invocation puts everything into src/:

ahc-link --output-directory _build --input-hs src/main.hs
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant