From 4db9ac7120deba49d1a0c5228b953cf912f98519 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 9 Nov 2020 09:54:10 -0700 Subject: [PATCH] FIO_EXT_ENG_DIR should be default path Distros will override this anyway, make sure the default is what will work on a normal build out of git. Signed-off-by: Jens Axboe --- os/os-linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/os-linux.h b/os/os-linux.h index 65d3b429..5562b0da 100644 --- a/os/os-linux.h +++ b/os/os-linux.h @@ -58,7 +58,7 @@ #define OS_MAP_ANON MAP_ANONYMOUS -#define FIO_EXT_ENG_DIR "/usr/lib/fio" +#define FIO_EXT_ENG_DIR "/usr/local/lib/fio" typedef cpu_set_t os_cpu_mask_t; -- 2.25.1