config.h, add script path to relative path
This commit is contained in:
parent
aab806b149
commit
1e37255207
|
|
@ -446,9 +446,9 @@
|
|||
|
||||
#ifdef CONFIG64
|
||||
/* Define the directory for executables */
|
||||
#define NGSPICEBINDIR "C:/Spice64/bin"
|
||||
#define NGSPICEBINDIR "../bin"
|
||||
/* Define the directory for architecture independent data files */
|
||||
#define NGSPICEDATADIR "C:/Spice64/share/ngspice"
|
||||
#define NGSPICEDATADIR "../share/ngspice"
|
||||
#else
|
||||
/* Define the directory for executables */
|
||||
#define NGSPICEBINDIR "C:/Spice/bin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue