mirror of
https://github.com/citron-neo/CI.git
synced 2026-07-05 15:21:59 -07:00
782b68f541
Follows emulator-side changes in citron-neo/emulator commit 198b764e2e751bcc8a9740c404425347b9b7b790 that now provide OpenSSL via vcpkg for Android and default ENABLE_OPENSSL=ON. The previous -DENABLE_OPENSSL=OFF in both the nightly and stable gradlew invocations overrode the source default and would have left OpenSSL::Crypto unresolved at link time. Updated both assembleMainlineRelease invocations: -DENABLE_OPENSSL=OFF → -DENABLE_OPENSSL=ON