From 88e7fe7f235c1f6a93f09df969229707833b09ed Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 10 Sep 2016 15:54:55 +0200 Subject: [PATCH] changed name bld.exe() to bld.program() in playground example --- playground/xcode6/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',