-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Summary of Feature
Build on openbsd fails but easy to fix. (maybe this could be fixed in the future)
- make has to be replaced with gmake
- disable ledger for now as the HID subsystem is different on openbsd and brejski/hid doesn't currently support it.
Steps to Reproduce & Fix
....
make get_tools && make get_vendor_deps && make install
FIX:
pkg_add gmake
gmake get_tools && gmake get_vendor_deps && gmake install LEDGER_ENABLED=false
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Reactions are currently unavailable