mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
fixed bug with -m, it couldn't work because libVishapOberon contained bindings to X11 but was not linked to X11
5 lines
47 B
Modula-2
5 lines
47 B
Modula-2
MODULE prf;
|
|
|
|
CONST prefix* = "/opt";
|
|
|
|
END prf.
|