Skip to content

Commit ba1776b

Browse files
author
Bin Zhang
authored
Solve the error prebuilt Android.mk generated by cocos gen-libs. (#386)
1 parent cc945fb commit ba1776b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin_generate/gen_prebuilt_mk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def modify_import_module(self, lines):
199199
new_lines = []
200200

201201
ignore_strs = [
202-
"prebuilt"
202+
"prebuilt", "cpufeatures"
203203
]
204204
for line in lines:
205205
trim_line = line.lstrip(" ")

0 commit comments

Comments
 (0)