Browse Source

Don't use lNet on Symobi for now as the BSD unit is needed (maybe I should create a dummy and/or check what it should contain)

git-svn-id: branches/svenbarth/symobi@18149 -
svenbarth 14 năm trước cách đây
mục cha
commit
4cbad9c4d2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      utils/fppkg/fppkg.pp

+ 2 - 0
utils/fppkg/fppkg.pp

@@ -21,7 +21,9 @@ uses
   // Downloaders
 {$if defined(unix) or defined(windows)}
   ,pkgwget
+ {$ifndef symobi}
   ,pkglnet
+ {$endif}
 {$endif}
   ;