--- SConstruct_old 2017-04-11 15:55:16.649483915 +0200 +++ SConstruct 2017-04-11 15:55:58.427721847 +0200 @@ -107,7 +107,7 @@ env = env.Clone() env.ParseConfig("pkg-config --cflags --libs jngl.pc python3") env.Append(LIBPATH = ["src", "./python"]) - if conf.CheckLib(["boost_python3"]): + if conf.CheckLib(["boost_python3"]) or True: env.Append(LIBS=["boost_python3"]) else: import re