Using lib64 on 64 bits.

Added Isis to the chams project.
This commit is contained in:
Jean-Paul Chaput 2012-02-29 10:10:39 +00:00
parent 4e5ce663d8
commit 172f858329
2 changed files with 3 additions and 2 deletions

View File

@ -620,6 +620,7 @@ if __name__ == "__main__":
, "scribe"
, "graph"
, "pharos"
, "isis"
, "schematic"
, "autoDTR"
]

View File

@ -47,8 +47,8 @@ def guessOs ():
libDir="lib"
if osSlsoc6x_64.match(lines[0]):
osType = "Linux.slsoc6x_64"
libSuffix = "64"
osType = "Linux.slsoc6x_64"
libDir = "64"
elif osSlsoc6x.match(lines[0]): osType = "Linux.slsoc6x"
elif osSLSoC5x_64.match(lines[0]):
osType = "Linux.SLSoC5x_64"