Selaa lähdekoodia

* fixed Haiku compilation after r26426, always uses libc (patch by Olivier
Coursiere, mantis #26150)

git-svn-id: trunk@27786 -

Jonas Maebe 11 vuotta sitten
vanhempi
commit
ee2242c407
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      packages/rtl-extra/src/haiku/osdefs.inc

+ 2 - 0
packages/rtl-extra/src/haiku/osdefs.inc

@@ -22,3 +22,5 @@
 
 
 {$define usedomain}             // Allow uname with "domain" entry.
 {$define usedomain}             // Allow uname with "domain" entry.
                                 // (which is a GNU extension)
                                 // (which is a GNU extension)
+
+{$define FPC_USE_LIBC}