usb: add path to macosx dylib

darcs
chris.double 2006-09-15 03:52:09 +00:00
parent eb735f0e02
commit bc8752e514
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
IN: usb
USING: kernel alien ;
"usb" "libusb.dll" "cdecl" add-library
"usb" "/opt/local/lib/libusb.dylib" "cdecl" add-library
LIBRARY: usb