FWGS / hlsdk-portable

Portable Half-Life SDK. GoldSource and Xash3D. Crossplatform.
https://xash.su
Other
272 stars 124 forks source link

cmake: LibraryNaming: fix Android check #377

Closed Velaron closed 1 year ago

Velaron commented 1 year ago

Would also be great to merge this into mobile_hacks branch after approval

a1batross commented 1 year ago

Does waf have same mistake?

Velaron commented 1 year ago

I use existing CMakeLists for hlsdk-portable Android build, but probably waf is not affected by this problem (engine/mainui build fine)

a1batross commented 1 year ago

Mainui in engine build doesn't care about library naming. It only matters if you include mainui in your mod.

a1batross commented 1 year ago

Yep, waf isn't affected, as it wasn't changed and didn't require a speedup optimizations.

a1batross commented 1 year ago

LGTM