Update Package.py

dev
anulax1225 ago%!(EXTRA string=11 months) committed by GitHub
parent 493f052be9
commit b89395a611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/Package.py

@ -55,7 +55,7 @@ def reconfig():
if len(link): links += '\t"%{' + link + '}",\n'
if len(linker["includes"]):
for include in linker["includes"]:
if len(include): includes += '\t"%{' + include + '}",\n'
if len(include): includes += '\t"%{IncludeDirs.' + include + '}",\n'
links += "}\n"
includes += "}\n"
f_linker= open("./app/linker.lua", "w")

Loading…
Cancel
Save