summarylogtreecommitdiffstats
path: root/detect_guichan.patch
blob: d57eedd97805b585939d48de242861623c800f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naur a/SConstruct b/SConstruct
--- a/SConstruct	2015-10-14 00:57:12.750504352 +0000
+++ b/SConstruct	2015-10-14 00:51:18.000000000 +0000
@@ -180,7 +180,9 @@
 }
 """, ".cc")[0]
   if not ret:
-    context.env.Replace(LIBS = lastLIBS)
+    # context.env.Replace(LIBS = lastLIBS)
+    #fix for archlinux
+    context.Message('(For some reason guichan is not detected, include anyway.)')
   context.Result( ret )
   return ret