mchakravarty / language-c-inline

Inline C & Objective-C in Haskell
Other
147 stars 29 forks source link

Output directory shouldn't be tied to source file location #15

Open mchakravarty opened 10 years ago

mchakravarty commented 10 years ago

Currently, generate (Obj)C files are put in the source directory. That is almost always the wrong choice in more sophisticated build systems. Ideally, TH should enable us to get at the value of --outputdir, so that we can use that.

@mainland What do you think?