diff --git a/playground/xcode6/wscript b/playground/xcode6/wscript index a06bc63c..d6a3cac9 100644 --- a/playground/xcode6/wscript +++ b/playground/xcode6/wscript @@ -62,7 +62,7 @@ def build(bld): target='MyDynLib', ) - bld.exe( + bld.program( source_files=['src/test.cpp'], includes=tg.includes, target='MyExe',