diff options
Diffstat (limited to 'emconfigure')
-rwxr-xr-x | emconfigure | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/emconfigure b/emconfigure index b52d90c2..e68aaa54 100755 --- a/emconfigure +++ b/emconfigure @@ -1,7 +1,15 @@ #!/usr/bin/env python ''' -This is a helper script. See emcc. +This is a helper script. It runs ./configure for you, setting +the environment variables to use emcc and so forth. Usage: + + emconfigure ./configure [FLAGS] + +You can also use this for cmake and other configure-like +stages. What happens is that all compilations done during +this command are to native code, not JS, so that configure +tests will work properly. ''' import os, sys |