summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJames Hill <james@onehilltech.com>2021-11-14 21:26:24 -0500
committerJames Hill <james@onehilltech.com>2021-11-14 21:26:24 -0500
commit69a76b240d052aadce316f564561c675dffec2bd (patch)
treec072413d9df98fd2ebaa99569746bafd1167d163 /config
parentedd85414def6470647fae22899b2d07df5be7f3a (diff)
downloadMPC-69a76b240d052aadce316f564561c675dffec2bd.tar.gz
fix: added includes to fix build issues
Diffstat (limited to 'config')
-rw-r--r--config/pin_base.mpb6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/pin_base.mpb b/config/pin_base.mpb
index d583d2cb..6d3f6c01 100644
--- a/config/pin_base.mpb
+++ b/config/pin_base.mpb
@@ -4,7 +4,8 @@ project {
includes += $(PIN_ROOT)/source/include \
$(PIN_ROOT)/source/include/pin \
$(PIN_ROOT)/source/include/pin/gen \
- $(PIN_ROOT)/extras/components/include
+ $(PIN_ROOT)/extras/components/include \
+ $(PIN_ROOT)/extras/crt/include
macros += BIGARRAY_MULTIPLIER=1 USING_XED
@@ -86,7 +87,8 @@ feature(ia32) {
}
feature(intel64) {
- includes += $(PIN_ROOT)/extras/xed-intel64/include
+ includes += $(PIN_ROOT)/extras/xed-intel64/include \
+ $(PIN_ROOT)/extras/xed-intel64/include/xed
libpaths += $(PIN_ROOT)/intel64/lib \
$(PIN_ROOT)/intel64/lib-ext \