From 3acf6857d91044793a3c8865661d33954f77e7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 27 Aug 2017 13:32:23 +0200 Subject: nanosvg: Document in COPYRIGHT.txt and thirdparty README.md --- modules/svg/SCsub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/svg') 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') -- cgit v1.2.3