unbreak linking pending some fix or other by koda. this is the same thing video recording still does.
authornemo
Thu, 29 Nov 2012 14:47:36 -0500
changeset 8134 38e163cc3bfd
parent 8131 2c8e8c204490
child 8142 b10219ef05d3
unbreak linking pending some fix or other by koda. this is the same thing video recording still does.
hedgewars/uPhysFSLayer.pas
--- a/hedgewars/uPhysFSLayer.pas	Wed Nov 28 10:57:07 2012 -0500
+++ b/hedgewars/uPhysFSLayer.pas	Thu Nov 29 14:47:36 2012 -0500
@@ -15,6 +15,7 @@
 {$IFDEF WIN32}
     PhysfsLibName = 'libphysfs';
 {$ELSE}
+    {$LINKLIB ../bin/libphysfs.a}
     PhysfsLibName = 'physfs';
 {$ENDIF}