aboutsummaryrefslogtreecommitdiff
path: root/emcmake
blob: 8a672eeb7e839be5ba0a9c3280955682360aebc8 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python2

import os, subprocess, sys
from tools import shared

configure_path = shared.path_from_root('emconfigure')
exit(subprocess.call([shared.PYTHON, configure_path] + sys.argv[1:]))