[ports] Remove ENABLE_OPENSSL and mbedtls nixos remnants #3638
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!3638
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lizzie/remove-remnants-openssl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
shell.nix still had references to mbedtls
Signed-off-by: lizzie lizzie@eden-emu.dev
@ -27,10 +27,7 @@ if (ARCHITECTURE_arm64)target_link_libraries(yuzu-android PRIVATE adrenotools)endif()if (ENABLE_OPENSSL OR ENABLE_WEB_SERVICE)cc: @crueter
I had this incorrect before. OpenSSL is an unconditional linkage, but jwt is only linked to if web service is enabled.