diff installer-files/cmdshell.bat @ 6174:cf7adc238c0c

* installer-files/cmdshell.bat, installer-files/octave-firsttime.vbs, installer-files/octave-launch.c, installer-files/octave.bat, installer-files/octave.vbs: add pkg config path env
author John Donoghue <john.donoghue@ieee.org>
date Tue, 19 Apr 2022 09:26:38 -0400
parents 27b4f385c45d
children
line wrap: on
line diff
--- a/installer-files/cmdshell.bat	Mon Apr 18 09:40:31 2022 -0400
+++ b/installer-files/cmdshell.bat	Tue Apr 19 09:26:38 2022 -0400
@@ -25,6 +25,9 @@
 if EXIST "%OCTAVE_HOME%mingw32\bin\octave-cli.exe" set OCTAVE_HOME=%OCTAVE_HOME%mingw32\
 if EXIST "%OCTAVE_HOME%mingw64\bin\octave-cli.exe" set OCTAVE_HOME=%OCTAVE_HOME%mingw64\
 
+Rem pkgconfig .pc path
+set PKG_CONFIG_PATH=%OCTAVE_HOME%\lib\pkgconfig
+
 Rem   Set up PATH. Make sure the octave bin dir
 Rem   comes first.
 set PATH=%OCTAVE_HOME%qt5\bin;%OCTAVE_HOME%bin;%OCTAVE_HOME%python;%PATH%