Skip to content

Commit afe4f9b

Browse files
author
Bin Zhang
authored
Merge pull request cocos2d#27 from natural-law/solve-error-gen-libs
Solve the error when generating prebuilt mk files.
2 parents 2a7454c + 63db634 commit afe4f9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/plugin_generate/gen_prebuilt_mk.py

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def modify_import_module(self, lines):
200200

201201
ignore_strs = [
202202
"prebuilt",
203+
"sources"
203204
]
204205
ignore_modules = [
205206
"android",

0 commit comments

Comments
 (0)