Skip to content

Commit

Permalink
Redirect emcmake calls to emconfigure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Bergmeier authored and abergmeier committed Feb 14, 2014
1 parent 45c7d4c commit 6fa00c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions emcmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env python2

import os, subprocess, sys
from tools import shared

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

2 changes: 2 additions & 0 deletions emcmake.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
python "%~dp0\emcmake" %*

0 comments on commit 6fa00c2

Please sign in to comment.