Skip to content

Commit

Permalink
Build: Fix INCLUDE_FAUSTDEV_BUT_NOT_LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
kmatheussen committed Jan 28, 2024
1 parent 19809f2 commit 2a5ca57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion bin/packages/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ build_faust() {
### this patch is needed to build on artix
#patch -p1 <../faust_make.llvm.static.patch
if env |grep INCLUDE_FAUSTDEV_BUT_NOT_LLVM ; then
patch -p0 <../faust_nollvm.patch
sed -i 's/LLVM_BACKEND \tCOMPILER STATIC/LLVM_BACKEND OFF/' build/backends/most.cmake
fi

patch -p0 < ../faust3.patch
Expand Down
11 changes: 0 additions & 11 deletions bin/packages/faust_nollvm.patch

This file was deleted.

0 comments on commit 2a5ca57

Please sign in to comment.