diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-02 13:00:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-02 13:00:05 +0100 |
| commit | 67b66dda28096843405734e87117e70448e1dc4f (patch) | |
| tree | 892e78c9e11d8d6268e69efca197e5a71a2b0626 | |
| parent | eff442a28cf8dc3fe2ec7cfbbc03b75d00dc06ae (diff) | |
Assume LocalTarget is 64-bit.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
