diff options
Diffstat (limited to 'emconfigure')
-rwxr-xr-x | emconfigure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emconfigure b/emconfigure index e68aaa54..64ca8c4f 100755 --- a/emconfigure +++ b/emconfigure @@ -10,6 +10,10 @@ 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. + +Relevant defines: + + CONFIGURE_CC - see emcc ''' import os, sys |