Skip to content

Commit

Permalink
clang-3.8: fixup build after #33953 9174292
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 20, 2018
1 parent 0db68e5 commit 5fafb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/llvm/3.8/clang/default.nix
Expand Up @@ -40,7 +40,7 @@ let
# Move libclang to 'lib' output
moveToOutput "lib/libclang.*" "$lib"
substituteInPlace $out/lib/cmake/clang/ClangTargets-release.cmake \
substituteInPlace $out/share/clang/cmake/ClangTargets-release.cmake \
--replace "\''${_IMPORT_PREFIX}/lib/libclang." "$lib/lib/libclang."
mkdir -p $python/bin $python/share/clang/
Expand Down

0 comments on commit 5fafb7e

Please sign in to comment.