Make installed physfs work out-of-the box if it's built with SDL3 support#119
Conversation
madebr
commented
Jun 16, 2026
- I confirm that I am the author of this code and release it to the PhysicsFS project under the Zlib license. This contribution does not contain code from other sources, including code generated by a Large Language Model ("AI").
5359f62 to
81849df
Compare
sezero
left a comment
There was a problem hiding this comment.
It is rumored that I'm not good with cmake, and I didn't test this, but if it works with both shared=1+static=0 and shared=0+static=1 combinations in addition to the default of both being 1, then it's OK by me.
b639b87 to
56c0412
Compare
Haha. I removed linking of For the satellite libraries, this is a natural behavior because your project is already using SDL3. Then again, this probably does not matter as long as SDL3 support is not enabled by default. |