Use build type parameter
This commit is contained in:
parent
f743e5f127
commit
d855091fb3
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
./build.sh $BuildArch Release
|
||||
./build.sh $BuildArch $BuildType
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user