From 978c28f0a8a05398b88146ee8c270493dc205626 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 17 Jun 2022 12:51:08 +0200 Subject: [PATCH] build-script: type in include dir fixed --- Compiler/eigen/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/eigen/build b/Compiler/eigen/build index 0bcac3b..40b2fec 100755 --- a/Compiler/eigen/build +++ b/Compiler/eigen/build @@ -5,7 +5,7 @@ pbuild::add_to_group 'Compiler' pbuild::set_download_url "https://gitlab.com/libeigen/$P/-/archive/${V_PKG}/$P-${V_PKG}.tar.bz2" pbuild::pre_configure(){ - pbuild::add_configure_args "-DINCLUDE_INSTALL_DIR=${PREFIX}include" + pbuild::add_configure_args "-DINCLUDE_INSTALL_DIR=${PREFIX}/include" } pbuild::post_install(){