parent
9e556b2ffb
commit
3801f8df06
1 changed files with 5 additions and 0 deletions
|
@ -251,6 +251,11 @@ in stdenv.mkDerivation rec {
|
|||
substituteInPlace \
|
||||
src/runtime/src/native/libs/System.Security.Cryptography.Native.Apple/CMakeLists.txt \
|
||||
--replace-fail 'xcrun swiftc' 'xcrun swiftc -module-cache-path "$ENV{HOME}/.cache/module-cache"'
|
||||
|
||||
# fix: strip: error: unknown argument '-n'
|
||||
substituteInPlace \
|
||||
src/runtime/eng/native/functions.cmake \
|
||||
--replace-fail ' -no_code_signature_warning' ""
|
||||
'';
|
||||
|
||||
prepFlags = [
|
||||
|
|
Loading…
Reference in a new issue