musescore: build in release configuration
This affects settings and document directories. The configuration was "release" before the switch from fetchzip to fetchFromGitHub.
This commit is contained in:
parent
d702e6e6ab
commit
a9ba757842
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ mkDerivation rec {
|
|||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DMUSESCORE_BUILD_CONFIG=release"
|
||||
"-DUSE_SYSTEM_FREETYPE=ON"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue