Fixed speling error

dev
anulax1225 ago%!(EXTRA string=11 months)
parent 433ff3181f
commit f02512a5f5
  1. 2
      src/Package.py

@ -50,7 +50,7 @@ def reconfig():
for package in conf["packages"]:
linkers += config(package["name"])
links = "\nlinks\n{\n"
includes = '\nincludedirs\n{\n\t"%{proj.location}/src/",\n'
includes = '\nincludedirs\n{\n\t"%{prj.location}/src/",\n'
for linker in linkers:
if len(linker["links"]):
for link in linker["links"]:

Loading…
Cancel
Save