mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
12 lines
394 B
Diff
12 lines
394 B
Diff
|
--- SConstruct.orig 2022-03-06 10:20:29.332288658 +0100
|
||
|
+++ SConstruct 2022-03-06 10:20:48.994522031 +0100
|
||
|
@@ -114,7 +114,7 @@
|
||
|
if conf.CheckLib("boost_system"):
|
||
|
boost_system="boost_system"
|
||
|
else:
|
||
|
- print "Could not find libboost_system"
|
||
|
+ print ("Could not find libboost_system")
|
||
|
missing.append("libboost_system")
|
||
|
env.Append(LIBS=[boost_system])
|
||
|
|