Hi Warren, Thank I choose your first proposal. 

How I work on my own fork of Emscripten, I choose to directly patch emar 
with :

newargs = [shared.LLVM_AR] 

# Modify for support premake4 (change -rcs by rk)
for arg in sys.argv[1:]:
if arg == "-rcs":
newargs.append("rk")
else:
newargs.append(arg)

Like that it's possible to use premake4 gmake, and call the makefile with 
emmake

Again thanks

Tony

-- 
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.

Reply via email to