There is a bug with scons 2.3, used in Travis, where it fails to detect some C functions. Reviewed-by: Andres Gomez <agomez@igalia.com>tags/18.2-branchpoint
@@ -27,6 +27,12 @@ import SCons.Util | |||
import common | |||
####################################################################### | |||
# Minimal scons version | |||
EnsureSConsVersion(2, 4) | |||
####################################################################### | |||
# Configuration options | |||