DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.88k stars 251 forks source link

Revert "macOS: Make sure the netcon modules end with dylib." #522

Closed MaddTheSane closed 3 months ago

MaddTheSane commented 3 months ago

Reverts DescentDevelopers/Descent3#515 LoadMultiDLL doesn't currently look for .dylib.

winterheart commented 3 months ago

Probably this can be fixed by adding additional #ifdef in multi_dll_mgr.cpp

MaddTheSane commented 3 months ago

That is another way to fix this, yes.