hedgewars/SDLh.pas
branchphysfslayer
changeset 8530 66cedf3e9d1e
parent 8068 b35427506169
child 8742 b7b8bd398c1b
--- a/hedgewars/SDLh.pas	Fri Feb 22 06:39:16 2013 +0100
+++ b/hedgewars/SDLh.pas	Fri Feb 22 09:53:09 2013 +0100
@@ -36,7 +36,8 @@
 
 {$IFDEF UNIX}
     {$IFNDEF DARWIN}
-        {$linklib c}
+        {necessary for statically linking physfs (divdi3 undefined)}
+        {$linklib stdc++}
     {$ENDIF}
     {$IFDEF HAIKU}
         {$linklib root}