diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libusb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libusb.mk b/src/libusb.mk index a566ab8..0e1a524 100644 --- a/src/libusb.mk +++ b/src/libusb.mk @@ -18,7 +18,7 @@ endef define $(PKG)_BUILD # convert DOS line endings - sed 's,\r$$,,' -i '$(1)/Makefile' + $(SED) 's,\r$$,,' -i '$(1)/Makefile' # don't actually build the library (DLL file), # just create the DLL import stubs |