larsbrinkhoff / lbForth

Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
GNU General Public License v3.0
414 stars 113 forks source link

sysdir for Windows #94

Closed Phi-Ho closed 3 years ago

Phi-Ho commented 3 years ago

Hi,

Is it OK to remove this from TARGET=x86 OS=Windows

: sysdir s" /usr/local/share/lbForth/" ;

Regards,

phiho

larsbrinkhoff commented 3 years ago

You do need some definition for sysdir, but you can change it to something else.