summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autowaf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/autowaf.py b/autowaf.py
index 7cf1a24..929a58d 100644
--- a/autowaf.py
+++ b/autowaf.py
@@ -273,7 +273,6 @@ def link_flags(env, lib):
return ' '.join(map(lambda x: env['LIB_ST'] % x, env['LIB_' + lib]))
def compile_flags(env, lib):
- print env
return ' '.join(map(lambda x: env['CPPPATH_ST'] % x, env['INCLUDES_' + lib]))
def set_recursive():