Skip to content
Snippets Groups Projects
Commit f2a5f8bf authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

use sys_libdir for nw.js argv instead of guidir on Windows

parent cb637c87
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -1416,7 +1416,7 @@ fprintf(stderr, "guidir is %s\n", guidir);
spawnret = _spawnl(P_NOWAIT, wishbuf, "pd-nw", scriptbuf, portbuf,
"localhost",
(sys_k12_mode ? "pd-l2ork-k12" : "pd-l2ork"),
guidir, 0);
sys_libdir->s_name, 0);
if (spawnret < 0)
{
perror("spawnl");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment