diff installer-files/octave-firsttime.vbs @ 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 dace3d372190
children d02b5d26ac28
line wrap: on
line diff
--- a/installer-files/octave-firsttime.vbs	Mon Apr 18 09:40:31 2022 -0400
+++ b/installer-files/octave-firsttime.vbs	Tue Apr 19 09:26:38 2022 -0400
@@ -55,6 +55,9 @@
   wshSystemEnv("QT_PLUGIN_PATH") = OctavePath & "\plugins"
 End If
 
+' pkg config pc path
+wshSystemEnv("PKG_CONFIG_PATH") = OctavePath & "\lib\pkgconfig"
+
 ' set directory to users
 startpath = wshShell.ExpandEnvironmentStrings("%UserProfile%")
 wshShell.CurrentDirectory = startpath