dbf085daa1
Node.js is an evented I/O framework for the V8 JavaScript engine. It is intended for writing scalable network programs such as web servers. As there are still some issues to resolve, this won't be hooked up yet. ok landry@
13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
$OpenBSD: patch-tools_wafadmin_Tools_python_py,v 1.1.1.1 2010/12/28 18:19:28 jasper Exp $
|
|
--- tools/wafadmin/Tools/python.py.orig Sun Oct 24 23:45:39 2010
|
|
+++ tools/wafadmin/Tools/python.py Fri Oct 29 12:05:02 2010
|
|
@@ -374,7 +374,7 @@ def detect(conf):
|
|
if not conf.env.PYTHON:
|
|
conf.env.PYTHON = sys.executable
|
|
|
|
- python = conf.find_program('python', var='PYTHON')
|
|
+ python = conf.find_program('${MODPY_BIN}', var='PYTHON')
|
|
if not python:
|
|
conf.fatal('Could not find the path of the python executable')
|
|
|