Shadowsocks - 原本就能用 Trojan - 已修复,insecure: true VMess - 已修复,insecure: true VLESS -

已修复,insecure: true Hysteria - 新增支持 Hysteria2 - 已修复,insecure: true

(cherry picked from commit 7fae8a6f4d569a30c5a3606949154a57e5a597d6)
This commit is contained in:
2025-10-30 11:48:43 +08:00
committed by speakeloudest
parent 7011ba1551
commit 8bba2441c2
2 changed files with 27 additions and 12 deletions
-4
View File
@@ -24,10 +24,6 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
# 为每个插件目标应用 /FS 编译选项,解决并行编译时的 PDB 锁冲突
if(TARGET ${plugin}_plugin)
target_compile_options(${plugin}_plugin PRIVATE /FS)
endif()
endforeach(plugin)
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})