commit 31292a3dfc6dae84e30c8789bb45ed422acddb6b
parent ae6588b161d25dfa96ad84f6389932e728c5ed65
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 9 Oct 2023 18:38:54 +0200
Fix pc file generation
The pc file was incorrectly formatted when SIMD was not activated: the
@RSIMD@ variable in the model was not deleted when it should have been.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -98,7 +98,7 @@ pkg:
if $(RSIMD_EXISTS); then \
sed 's#@RSIMD@#, rsimd >= $(RSIMD_VERSION)#g'; \
else \
- cat; \
+ sed 's#@RSIMD@##g'; \
fi > atrstm.pc
atrstm-local.pc: atrstm.pc.in