4483b8aaf0
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
7 lines
81 B
Python
7 lines
81 B
Python
#
|
|
# add_nanolib.py
|
|
#
|
|
Import("env")
|
|
|
|
env.Append(LINKFLAGS=["--specs=nano.specs"])
|