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