--- a/hedgewars/uPhysFSLayer.pas Mon Jun 17 22:54:17 2013 +0200
+++ b/hedgewars/uPhysFSLayer.pas Mon Jun 17 23:10:45 2013 +0200
@@ -3,17 +3,12 @@
interface
uses SDLh, LuaPas;
-const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhw_physfs'{$ELSE}'libphysfs'{$ENDIF};
+const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhwphysfs'{$ELSE}'libphysfs'{$ENDIF};
const PhyslayerLibName = 'libphyslayer';
{$IFNDEF WIN32}
{$linklib physfs}
{$linklib physlayer}
-
- {statically linking physfs brings IOKit dependency on OSX}
- {$IFDEF DARWIN}
- {$linkframework IOKit}
- {$ENDIF}
{$ENDIF}
procedure initModule;