Missing import.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 May 2015 10:09:33 +0000 (11:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 May 2015 10:09:33 +0000 (11:09 +0100)
cscript

diff --git a/cscript b/cscript
index 101da69abc41271b12a2489e465953495c183637..3970427c42427257b3a3fc53bea447a7859e30ba 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,3 +1,5 @@
+import os
+
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
     if target.platform == 'linux':