From 23a1df69210dd0e9902992563363b26e6ee88617 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 29 Jun 2024 01:03:48 +0200 Subject: fixup! Make DCPoMatic compatible with ICU >= 75 --- wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 0427f8b77..d418ab6f4 100644 --- a/wscript +++ b/wscript @@ -252,11 +252,9 @@ def configure(conf): lib=['icuio', 'icui18n', 'icudata', 'icuuc'], uselib_store='ICU') - # If ICU version > 75 we need stdc++17, otherwise we stick with stdc++11 + # For ICU version > 75 we need stdc++17 if conf.check_cfg(modversion='icu-i18n') >= '75': conf.env.append_value('CXXFLAGS', '-std=c++17') - else: - conf.env.append_value('CXXFLAGS', '-std=c++11') # libsamplerate conf.check_cfg(package='samplerate', args='--cflags --libs', uselib_store='SAMPLERATE', mandatory=True) -- cgit v1.2.3