summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-02 13:00:05 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-02 13:00:05 +0100
commit67b66dda28096843405734e87117e70448e1dc4f (patch)
tree892e78c9e11d8d6268e69efca197e5a71a2b0626
parenteff442a28cf8dc3fe2ec7cfbbc03b75d00dc06ae (diff)
Assume LocalTarget is 64-bit.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index b5716e2..626bdc6 100755
--- a/cdist
+++ b/cdist
@@ -902,6 +902,7 @@ class LocalTarget(Target):
self.distro = None
self.detail = None
self.version = None
+ self.bits = 64
self.set('PKG_CONFIG_PATH', '%s/lib/pkgconfig:%s/lib64/pkgconfig:%s/bin/pkgconfig' % (self.directory, self.directory, self.directory))
self.append_with_colon('LD_LIBRARY_PATH', '%s/lib' % self.directory)
self.set('CXXFLAGS', '-I%s/include' % self.directory)