Skip to content

Commit

Permalink
slang: Fixing for upstream changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jan 29, 2020
1 parent 83ceccd commit af03ac9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion slang/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ cmake .. -DSLANG_INCLUDE_TESTS=OFF -DCMAKE_BUILD_TYPE=Release

make

install -D bin/driver $PREFIX/bin/slang-driver
install -D bin/slang $PREFIX/bin/slang-driver
install -D bin/rewriter $PREFIX/bin/slang-rewriter
2 changes: 0 additions & 2 deletions slang/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ package:
source:
git_url: https://github.com/MikePopoloski/slang
git_rev: master
patches:
- static-build.patch

build:
# number: 201803050325
Expand Down
15 changes: 0 additions & 15 deletions slang/static-build.patch

This file was deleted.

0 comments on commit af03ac9

Please sign in to comment.