[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH] Fix typo in SConstruct
From: |
Sanjeev Gupta |
Subject: |
[gpsd-dev] [PATCH] Fix typo in SConstruct |
Date: |
Wed, 20 Nov 2013 17:23:15 +0800 |
---
SConstruct | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SConstruct b/SConstruct
index f47b52a..db5f5ae 100644
--- a/SConstruct
+++ b/SConstruct
@@ -504,7 +504,7 @@ else:
cxx = config.CheckCXX()
if not cxx and env["libgpsmm"]:
announce("C++ doesn't work, suppressing libgpsmm build.")
- env["libgpsmm"] = false
+ env["libgpsmm"] = False
# define a helper function for pkg-config - we need to pass
# --static for static linking, too.
--
1.8.4.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gpsd-dev] [PATCH] Fix typo in SConstruct,
Sanjeev Gupta <=