xbursttools: Cleanup slightly
This commit is contained in:
committed by
John Ericson
parent
e42a7a5c0b
commit
f063a860d6
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchgit, libusb, libusb1, autoconf, automake, confuse, pkgconfig
|
||||
, gccCross ? null, crossPrefix
|
||||
, gccCross ? null
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
configureFlags = if gccCross != null then
|
||||
"--enable-firmware CROSS_COMPILE=${crossPrefix}-"
|
||||
"--enable-firmware CROSS_COMPILE=${gccCross.targetPrefix}"
|
||||
else "";
|
||||
|
||||
# Not to strip cross build binaries (this is for the gcc-cross-wrapper)
|
||||
|
||||
Reference in New Issue
Block a user