mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
libusb: attempt to fix build on Linux, fix typo in description
git-svn-id: trunk@35600 -
This commit is contained in:
parent
5ca540f3c7
commit
fccff1f010
@ -17,10 +17,12 @@ begin
|
||||
P.Directory:=ADirectory;
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='3.1.1';
|
||||
P.Description := 'Headers for the libusb library e)';
|
||||
P.Description := 'Headers for the libusb library';
|
||||
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
||||
P.OSes := [linux,win32];
|
||||
|
||||
P.Dependencies.Add('rtl-extra',[linux]);
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user