From e4dc52ba81c4682b4688bd23def41554a4aa82b2 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Tue, 18 Jul 2017 08:02:56 +0700 Subject: Fix Zlib license not extracted --- editor/SCsub | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/SCsub b/editor/SCsub index f0d378c097..fd56c9d772 100644 --- a/editor/SCsub +++ b/editor/SCsub @@ -268,6 +268,8 @@ def make_license_header(target, source, env): tp_license = "" tp_current = 0 + tp_licensetext.append([tp_licensename, tp_licensebody]) + about_thirdparty = "" about_tp_copyright_count = "" about_tp_license = "" -- cgit v1.2.3