mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
Fixed capstone build issue on mac
On mac, capstone's include path is `include/capstone` instead of just `include`...
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
#include "helpers/disassembler.hpp"
|
||||
|
||||
#include <capstone/capstone.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user