multi platform support into standard Erlang packaging
Andrew Lentvorski
bsder@REDACTED
Thu Jul 6 21:59:49 CEST 2006
Bengt Kleberg wrote:
> On 2006-07-01 10:14, Christophe Romain wrote:
> ...deleted
>> Wouldn't it be nice to define a generic and standard location for priv
>> things that allow to have many platforms into the same priv directory ?
>> example:
>> myapp-1.0/
>> src/
>> include/
>> ebin/
>> priv/
>> lib/linux-x86/
>> lib/darwin-powerpc/
>> lib/windows/
>> bin/windows/
>
> how about
> myapp-1.0/priv/linux-x86/lib/
+1
Different OS/arch combos have different naming conventions and
limitations. Better to have those allocated to the right of the OS/arch
markers.
-a
More information about the erlang-questions
mailing list