From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- Jamfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Jamfile') diff --git a/Jamfile b/Jamfile index 1e38a48..5cb66cb 100644 --- a/Jamfile +++ b/Jamfile @@ -39,7 +39,7 @@ if ! $(HAVE_JPEG) { SubInclude jpg ; } -if ! $(USE_NATIVE_USB) { +if $(USE_LIBUSB) = true { if $(USE_LIBUSB1) = true { SubInclude libusb1 ; @@ -62,6 +62,3 @@ if $(UNIX) && $(OS) != MACOSX { SubInclude ucmm ; } -if $(OS) = FREEBSD || $(OS) = OPENBSD { - SubInclude libusb ; -} -- cgit v1.2.3