aboutsummaryrefslogtreecommitdiff
path: root/tools/emmaken.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-15 10:21:50 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-15 10:21:50 -0800
commitf154768666373f7346a46aceed8cea603f276d49 (patch)
tree577cd73f8a27b526683a114e78f1ec786136d862 /tools/emmaken.py
parent59612a8c0bb801c604542f6b7f560a8bfa5380cd (diff)
emconfiguren script and refactor Building
Diffstat (limited to 'tools/emmaken.py')
-rwxr-xr-xtools/emmaken.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/emmaken.py b/tools/emmaken.py
index f3ecefce..8e2144b2 100755
--- a/tools/emmaken.py
+++ b/tools/emmaken.py
@@ -23,7 +23,13 @@ opt yourself, but be careful with the parameters you pass).
Example uses:
- * With configure, do something like
+ * For configure, instead of ./configure, cmake, etc., run emconfiguren.py
+ with that command as an argument, for example
+
+ emconfiguren.py ./configure [options]
+
+ emconfiguren.py is a tiny script that just sets some environment vars
+ as a convenience. The command just shown is equivalent to
EMMAKEN_JUST_CONFIGURE=1 RANLIB=PATH/emmaken.py AR=PATH/emmaken.py CXX=PATH/emmakenxx.py CC=PATH/emmaken.py ./configure [options]