https://github.com/kripken/emscripten
Raw File
Tip revision: a0a4a6e1007e76f401adc01b7c3bbbd1e70925a8 authored by Alon Zakai on 26 August 2015, 00:43:00 UTC
use -m32 in test_sse1_full if normal building failed
Tip revision: a0a4a6e
emranlib
#!/usr/bin/env python2

'''
emcc - ranlib helper script
===========================

This script acts as a frontend replacement for ranlib. See emcc.
'''

back to top