Unverified Commit e67d2ca1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #228588 from wegank/root-darwin

root: fix build on aarch64-darwin
parents ee81eeca 36302a30
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -208,6 +208,9 @@ stdenv.mkDerivation rec {
    # fatal error: module map file '/nix/store/<hash>-Libsystem-osx-10.12.6/include/module.modulemap' not found
    # fatal error: could not build module '_Builtin_intrinsics'
    "-Druntime_cxxmodules=OFF"

    # At least C++17 standard required with root7
    "-DCMAKE_CXX_STANDARD=17"
  ];

  # Workaround the xrootd runpath bug #169677 by prefixing [DY]LD_LIBRARY_PATH with ${lib.makeLibraryPath xrootd}.