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 --- waf | Bin 97489 -> 10 bytes wscript | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 120000 waf diff --git a/waf b/waf deleted file mode 100755 index 2dbb06b..0000000 Binary files a/waf and /dev/null differ diff --git a/waf b/waf new file mode 120000 index 0000000..59d3164 --- /dev/null +++ b/waf @@ -0,0 +1 @@ +waflib/waf \ No newline at end of file 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