Fixed LIB

This commit is contained in:
Anthony Scemama 2022-12-17 03:18:58 +01:00
parent adac3d69c2
commit feb55d1e66
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ def ninja_create_env_variable(pwd_config_file):
try:
content = ""
with open(libfile,'r') as f:
content = f.read()
content = f.read().replace('\n','')
str_lib += " "+content
except IOError:
pass