diff --git a/tools/framework-compile/bin/template_binary_config.json b/tools/framework-compile/bin/template_binary_config.json index 300cc36c45..d590820df7 100755 --- a/tools/framework-compile/bin/template_binary_config.json +++ b/tools/framework-compile/bin/template_binary_config.json @@ -168,17 +168,5 @@ "from": "tools/framework-compile/bin-templates/js-template-runtime", "to": "js-template-binary" } - ], - "modify_config": [ - { - "file_path": "cocos/2d/cocos2dx.props", - "pattern": "libbox2d\\.lib;", - "replace_string": "" - }, - { - "file_path": "cocos/2d/cocos2dx.props", - "pattern": "libSpine\\.lib;", - "replace_string": "" - } ] }