emscripten/emconfigure

12 строки
149 B
Python
Executable File

#!/usr/bin/env python
'''
This is a helper script. See emcc.
'''
import os, sys
from tools import shared
shared.Building.configure(sys.argv[1:])