It is an environment option. On linux and probably max os this would work: EMCC_FORCE_STDLIBS=1 make
There are probably better ways using bash though. - Alon On Thu, Jan 23, 2014 at 11:42 AM, Xiang Li <[email protected]> wrote: > Hi > > What is the best way to set EMCC_FORCE_STDLIBS=1? > Currently the only way I can make it work is to set it in the shell > (export EMCC_FORCE_STDLIBS=1) before running "make". > Is there a way that I can pass it to emcc/em++ as an option? > > > Thanks > -Xiang Li > > > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
