From 9ebf896950337d8c220d0426b22b926ce08ed4a1 Mon Sep 17 00:00:00 2001 From: Elias Koromilas Date: Fri, 5 Aug 2022 16:17:16 +0300 Subject: [PATCH] Generalize Intel FPGA lib paths --- configs/intel-fpga/inaccel.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/intel-fpga/inaccel.pc b/configs/intel-fpga/inaccel.pc index 706a0e5..97665cd 100644 --- a/configs/intel-fpga/inaccel.pc +++ b/configs/intel-fpga/inaccel.pc @@ -2,4 +2,4 @@ Name: Intel FPGA Version: 2 Description: The default 'Intel FPGA' runtime URL: https://github.com/inaccel/runtime -Libs: -L/path/to/hld/host/linux64/lib -L/path/to/opencl_bsp/linux64/lib -lalteracl -lintel_opae_mmd +Libs: -L/path/to/host/linux64/lib -L/path/to/opencl_bsp/linux64/lib -lalteracl -lintel_opae_mmd