summarylogtreecommitdiffstats
path: root/boost.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost.patch')
-rw-r--r--boost.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/boost.patch b/boost.patch
new file mode 100644
index 000000000000..140e2dc0c3c9
--- /dev/null
+++ b/boost.patch
@@ -0,0 +1,11 @@
+--- 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