Skip to content

Conversation

@TurtleP
Copy link
Contributor

@TurtleP TurtleP commented Dec 12, 2025

Currently the project enforces a default of CMAKE_POSITION_INDEPENDENT_CODE to ON. Normally, this is not a problem, except in instances where -fPIC is not supported. In my case, compiling this for Wii U homebrew nets me compilation failure (see this GitHub issue. This pull request allows people to define -DHTTPS_USE_FPIC when invoking CMake or set(HTTPS_USE_FPIC OFF CACHE BOOL "Disable PIC for lua-https" ) before adding the project to set whether it is to be used. Doing so has allowed for my Wii U homebrew to compile successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant