# HG changeset patch # User koda # Date 1370353225 -7200 # Node ID 36561f3c53459b7006001f3cb2490e000502eb3b # Parent e33d5026e14a60478af8d820657a756ca85fa7f5 forgot this from r f529fba57ba5 (thanks LocutusOfBorg1) diff -r e33d5026e14a -r 36561f3c5345 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}