parent
4e5ce663d8
commit
172f858329
|
@ -620,6 +620,7 @@ if __name__ == "__main__":
|
||||||
, "scribe"
|
, "scribe"
|
||||||
, "graph"
|
, "graph"
|
||||||
, "pharos"
|
, "pharos"
|
||||||
|
, "isis"
|
||||||
, "schematic"
|
, "schematic"
|
||||||
, "autoDTR"
|
, "autoDTR"
|
||||||
]
|
]
|
||||||
|
|
|
@ -47,8 +47,8 @@ def guessOs ():
|
||||||
|
|
||||||
libDir="lib"
|
libDir="lib"
|
||||||
if osSlsoc6x_64.match(lines[0]):
|
if osSlsoc6x_64.match(lines[0]):
|
||||||
osType = "Linux.slsoc6x_64"
|
osType = "Linux.slsoc6x_64"
|
||||||
libSuffix = "64"
|
libDir = "64"
|
||||||
elif osSlsoc6x.match(lines[0]): osType = "Linux.slsoc6x"
|
elif osSlsoc6x.match(lines[0]): osType = "Linux.slsoc6x"
|
||||||
elif osSLSoC5x_64.match(lines[0]):
|
elif osSLSoC5x_64.match(lines[0]):
|
||||||
osType = "Linux.SLSoC5x_64"
|
osType = "Linux.SLSoC5x_64"
|
||||||
|
|
Loading…
Reference in New Issue