summaryrefslogtreecommitdiffstats
path: root/remote/modules/hwinfo
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/hwinfo')
-rw-r--r--remote/modules/hwinfo/hwinfo.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/hwinfo/hwinfo.build b/remote/modules/hwinfo/hwinfo.build
index 383b8c2a..b2012a22 100644
--- a/remote/modules/hwinfo/hwinfo.build
+++ b/remote/modules/hwinfo/hwinfo.build
@@ -9,7 +9,7 @@ fetch_source() {
build() {
pdebug "Installing libx86emu in ${MODULE_DIR}/build..."
cd "${MODULE_DIR}/src/libx86emu"
- make || perror "libx86emu: make failed."
+ EXTRA_FLAGS="-I${MODULE_DIR}/src/libx86emu/include" make || perror "libx86emu: make failed."
DESTDIR="${MODULE_DIR}"/build make install || perror "libx86emu: make install failed."
cd - &> /dev/null