forgot this from r f529fba57ba5 (thanks LocutusOfBorg1) 0.9.19
authorkoda
Tue, 04 Jun 2013 15:40:25 +0200
branch0.9.19
changeset 9115 36561f3c5345
parent 9114 e33d5026e14a
child 9116 1b7dcf24037b
forgot this from r f529fba57ba5 (thanks LocutusOfBorg1)
hedgewars/SDLh.pas
--- a/hedgewars/SDLh.pas	Tue Jun 04 15:39:01 2013 +0200
+++ b/hedgewars/SDLh.pas	Tue Jun 04 15:40:25 2013 +0200
@@ -35,12 +35,6 @@
 {$ENDIF}
 
 {$IFDEF UNIX}
-    {$IFNDEF DARWIN}
-        {necessary for statically linking physfs (divdi3 undefined on 32 bit)}
-        {$IFDEF CPU32}
-            {$linklib stdc++}
-        {$ENDIF}
-    {$ENDIF}
     {$IFDEF HAIKU}
         {$linklib root}
     {$ELSE}