From 45bf0f4be0f73506b8abe6d092ac6f5b84c3d9fc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 Oct 2017 08:59:43 -0500 Subject: Add C11 Threading Examples --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 9345d97..f3c8304 100644 --- a/wscript +++ b/wscript @@ -50,6 +50,7 @@ def build(bld): bld.recurse('micromonitor') bld.recurse('posix_api') bld.recurse('cxx') + bld.recurse('c11') def rebuild(ctx): import waflib.Options -- cgit v1.2.3