updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / jngl / python27.patch
blob347058f545d47fa61a174ef3231c469aa79f58e6
1 --- SConstruct_old 2011-05-16 20:49:44.192374630 +0200
2 +++ SConstruct 2011-05-16 20:48:34.254626319 +0200
3 @@ -110,7 +110,7 @@
4 env.ParseConfig("pkg-config --cflags --libs jngl.pc")
5 env.Append(CPPPATH="/usr/include/python2.7",
6 LIBPATH=Split(". ./lib ./python"),
7 - LIBS=Split("python2.7 boost_python-py27"))
8 + LIBS=Split("python2.7 boost_python"))
9 env.SharedLibrary(target="python/jngl.so",
10 source="python/main.cpp")