Re: Phix - Cannot open autoinclude VM/pLen.e
- Posted by petelomax Jul 23, 2017
- 1877 views
You might get somewhere by setting the environment variable EUINC (;-separated)...
Phix does not currently do this, but I certainly wouldn't have any problem with say p -EUINC="x;y;z" (or similar) overriding any internal getenv("EUINC") calls, if that would work.
Pete