mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-01-17 23:21:38 +01:00
Fixed LIB
This commit is contained in:
parent
adac3d69c2
commit
feb55d1e66
@ -126,7 +126,7 @@ def ninja_create_env_variable(pwd_config_file):
|
|||||||
try:
|
try:
|
||||||
content = ""
|
content = ""
|
||||||
with open(libfile,'r') as f:
|
with open(libfile,'r') as f:
|
||||||
content = f.read()
|
content = f.read().replace('\n','')
|
||||||
str_lib += " "+content
|
str_lib += " "+content
|
||||||
except IOError:
|
except IOError:
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user