view libinterp/octinterp.in.pc @ 31491:212e9ad58f69 stable

build: Fix building .mex files in build tree on macOS. * m4/acinclude.m4 (OCTAVE_DEFINE_MKOCTFILE_DYNAMIC_LINK_OPTIONS): Use ${abs_top_builddir} in path to bundle_loader and defer expansion to Makefile.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 20 Nov 2022 15:28:57 +0100
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave interpreter.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires: octave = @PACKAGE_VERSION@
Requires.private:
Libs: -L@octlibdir@ @LIBOCTINTERP@
Libs.private:
Cflags: -I@octincludedir@/..