Skip to content

Commit 6fa00c2

Browse files
Andreas Bergmeierabergmeier
Andreas Bergmeier
authored andcommitted
Redirect emcmake calls to emconfigure.
1 parent 45c7d4c commit 6fa00c2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: emcmake

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env python2
2+
3+
import os, subprocess, sys
4+
from tools import shared
5+
6+
configure_path = shared.path_from_root('emconfigure')
7+
exit(subprocess.call([configure_path] + sys.argv[1:]))
8+

Diff for: emcmake.bat

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
python "%~dp0\emcmake" %*

0 commit comments

Comments
 (0)