From: Jean-François Nguyen Date: Tue, 1 Jun 2021 19:07:29 +0000 (+0200) Subject: MANIFEST.in: fix compiler-rt path. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c7294f59164ae8632ecb92bc31696d61fc88ad1;p=lambdasoc.git MANIFEST.in: fix compiler-rt path. --- diff --git a/MANIFEST.in b/MANIFEST.in index 3cdf09b..3a94de3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -graft lambdasoc/software/bios/3rdparty/compiler-rt/lib/builtins +graft lambdasoc/software/bios/3rdparty/llvm-project/compiler-rt/lib/builtins include lambdasoc/software/bios/Makefile graft lambdasoc/software/bios/src include lambdasoc/software/bios/toolchain.mk