Skip to content

Commit 1fcd087

Browse files
Disable capstone
This is not necessary and will link non-system libraries. This library might not be available at a later time. GitHub removes dependencies from time to time from the GitHub Action runners.
1 parent 701130d commit 1fcd087

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.9.1
6+
7+
### Bugs Fixed:
8+
9+
* Disable `capstone`
10+
511
## 0.9.0
612

713
### New/Changed Features

ci.rb

+2
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def build
180180
--disable-auth-pam
181181
--disable-bochs
182182
--disable-bsd-user
183+
--disable-capstone
183184
--disable-cfi-debug
184185
--disable-curses
185186
--disable-debug-info
@@ -396,6 +397,7 @@ def ldflags
396397
'-lffi',
397398
"-liconv",
398399
"-lresolv",
400+
"#{brew_prefix}/opt/dtc/lib/libfdt.a",
399401
"#{brew_prefix}/opt/gettext/lib/libintl.a",
400402
"#{brew_prefix}/opt/glib/lib/libgio-2.0.a",
401403
"#{brew_prefix}/opt/glib/lib/libglib-2.0.a",

0 commit comments

Comments
 (0)