summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2010-03-25 11:08:38 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2010-03-25 11:08:38 -0600
commit402d4a3c62fc96d75ad55439f39eea06d2f30e37 (patch)
treef9ec503ba7368838795ee54bf7686f8f57aeb7d4 /BUILDING
parentd4afe025bc07d9d2df89130e0baeec1901890642 (diff)
downloadyajl-402d4a3c62fc96d75ad55439f39eea06d2f30e37.tar.gz
implement Vitali's suggestion of a *cmake* var for lib64 support rather than *environment* variable
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING b/BUILDING
index 3974454..8460ed4 100644
--- a/BUILDING
+++ b/BUILDING
@@ -15,7 +15,7 @@ OR, attain CMake and build by hand:
4. make
5. build output left in yajl-X.Y.Z
-NOTE: for 64-bit systems where lib64 is used you can pass the environment
+NOTE: for 64-bit systems where lib64 is used you can pass the cmake
variable LIB_SUFFIX to cause installation into the system's 'lib64'
directory.