hedgewars/uPhysFSLayer.pas
branchwebgl
changeset 9236 ddd675825672
parent 9127 e350500c4edb
parent 9224 bce8cf41d666
child 9260 64718974158f
--- 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;