parent
4e5ce663d8
commit
172f858329
|
@ -620,6 +620,7 @@ if __name__ == "__main__":
|
|||
, "scribe"
|
||||
, "graph"
|
||||
, "pharos"
|
||||
, "isis"
|
||||
, "schematic"
|
||||
, "autoDTR"
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue