From fb674c729ac1fcf464cac8b077be4d096282ac8f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 11 Sep 2018 21:07:16 +0200 Subject: Switch to bundled source waf --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 349ee14..50a9429 100644 --- a/wscript +++ b/wscript @@ -42,13 +42,13 @@ def options(opt): help='Work around reparent keyboard issues by grabbing focus') def configure(conf): - conf.env.TARGET_PLATFORM = Options.options.target or Options.platform + conf.env.TARGET_PLATFORM = Options.options.target or sys.platform conf.load('compiler_c') if conf.env.TARGET_PLATFORM == 'win32': conf.load('compiler_cxx') autowaf.configure(conf) - autowaf.set_c99_mode(conf) + autowaf.set_c_lang(conf, 'c99') autowaf.display_header('Pugl Configuration') if not Options.options.no_gl: -- cgit v1.2.1