aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-02-25 14:39:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-02-25 14:39:00 +0000
commitaa5286eed0420b3ab3d34f9699991cc0861e39f3 (patch)
tree31a1bbdb0a478b7b9ec0ea6853342f91ef91a31d /emulators
parentbc139dc7cf96df0f147d0023689a2c07efd7551e (diff)
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/unicorn/files/patch-tests_unit_Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/unicorn/files/patch-tests_unit_Makefile b/emulators/unicorn/files/patch-tests_unit_Makefile
index ae82f6e9dbdf..cd7991d53e08 100644
--- a/emulators/unicorn/files/patch-tests_unit_Makefile
+++ b/emulators/unicorn/files/patch-tests_unit_Makefile
@@ -4,7 +4,7 @@
CFLAGS += -Wall -Werror -Wno-unused-function -g
CFLAGS += -L ../../ -I ../../include
-CFLAGS += -L ../../cmocka/src -I ../../cmocka/include
-+CFLAGS += -L $(PREFIX)/lib -I $(PREFIX)/include
++CFLAGS += -L $(LOCALBASE)/lib -I $(LOCALBASE)/include
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S), Linux)