Replaced the call to posix.setenv() with the more portable
posix.putenv().
This commit is contained in:
parent
040151dd76
commit
17b0c36f69
2
pmfile
2
pmfile
@ -185,7 +185,7 @@ posix.mkdir(HEADERDIR)
|
|||||||
-- area for its files, and not in the final installation directory (because
|
-- area for its files, and not in the final installation directory (because
|
||||||
-- we haven't been installed yet).
|
-- we haven't been installed yet).
|
||||||
|
|
||||||
posix.setenv("ACKDIR", BINDIR)
|
posix.putenv("ACKDIR="..BINDIR)
|
||||||
|
|
||||||
-- Build the configuration headers, rather crudely. FIXME.
|
-- Build the configuration headers, rather crudely. FIXME.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user