mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 20:22:24 +00:00
fixed default prefix in darwin makefile
Former-commit-id: 9f1ee2651fabb7519ac0dfd74bba6d439674629e
This commit is contained in:
parent
ecc94a305b
commit
6425e7f899
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ LIBNAME = VishapOberon
|
|||
LIBRARY = lib$(LIBNAME)
|
||||
|
||||
ifndef PRF
|
||||
#PRF = "/opt"
|
||||
PRF = "/Users/noch/local"
|
||||
PRF = "/opt"
|
||||
#PRF = "/Users/noch/local"
|
||||
endif
|
||||
PREFIX = $(PRF)/voc-$(RELEASE)
|
||||
PREFIXLN = $(PRF)/voc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue