mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-02 12:45:46 -06:00
Nix flake changes (#4485)
* Changed Release to RelWithDebInfo for CMake flag. * Added miniz and libressl
This commit is contained in:
parent
2ff3487dbc
commit
1d885f2b5f
@ -110,6 +110,8 @@
|
|||||||
libxkbcommon
|
libxkbcommon
|
||||||
libGL
|
libGL
|
||||||
libuuid
|
libuuid
|
||||||
|
miniz
|
||||||
|
libressl
|
||||||
];
|
];
|
||||||
|
|
||||||
defaultFlags = [
|
defaultFlags = [
|
||||||
@ -152,7 +154,7 @@
|
|||||||
nativeBuildInputs = nativeInputs;
|
nativeBuildInputs = nativeInputs;
|
||||||
buildInputs = buildInputs;
|
buildInputs = buildInputs;
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DCMAKE_BUILD_TYPE=Release"
|
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
||||||
] ++ [defaultFlags];
|
] ++ [defaultFlags];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user