diff options
author | Loïc Hoguin <[email protected]> | 2014-11-24 11:57:42 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-11-24 11:57:42 +0200 |
commit | fd5d4ca6d98abc6e05ac57c1f670f684f90294bb (patch) | |
tree | cc49d85bcef1cf77d62fae0816d8a592348fa402 /README.md | |
parent | a8c1d640f8cffd7873ce0355e786c20dfff0624e (diff) | |
download | erlang.mk-fd5d4ca6d98abc6e05ac57c1f670f684f90294bb.tar.gz erlang.mk-fd5d4ca6d98abc6e05ac57c1f670f684f90294bb.tar.bz2 erlang.mk-fd5d4ca6d98abc6e05ac57c1f670f684f90294bb.zip |
Add missing variable to the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ You can override the temporary file containing information about Erlang's environment by setting the `C_SRC_ENV` variable. This file is automatically generated on first run. -The `CC`, `CFLAGS`, `CXXFLAGS`, `LDLIBS` and `LDFLAGS` variables +The `CC`, `CXX`, `CFLAGS`, `CXXFLAGS`, `LDLIBS` and `LDFLAGS` variables may be modified or replaced with any value of your choosing. The defaults are system dependent. |