diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 13:32:23 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 13:32:23 +0200 |
commit | 3acf6857d91044793a3c8865661d33954f77e7a7 (patch) | |
tree | f1ae57b3f8bfc52d967b85cd9901e6edb07fa3c4 /modules | |
parent | ec6a9617bbea4c2cbacf96688ae1c27de6d29eee (diff) |
nanosvg: Document in COPYRIGHT.txt and thirdparty README.md
Diffstat (limited to 'modules')
-rw-r--r-- | modules/svg/SCsub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/svg/SCsub b/modules/svg/SCsub index 0d3a347b7e..062c26cf10 100644 --- a/modules/svg/SCsub +++ b/modules/svg/SCsub @@ -3,7 +3,7 @@ Import('env') # Thirdparty source files -thirdparty_dir = "#thirdparty/nanosvg/src/" +thirdparty_dir = "#thirdparty/nanosvg/" thirdparty_sources = [ "nanosvg.cc" ] @@ -31,4 +31,4 @@ env.Append(CCFLAGS=["-DSVG_ENABLED"]) # Godot's own source files env.add_source_files(env.modules_sources, "*.cpp") -Export('env')
\ No newline at end of file +Export('env') |