mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 03:00:15 +03:00
Finalize removal of U3_LIB
This commit is contained in:
parent
228b0fb20d
commit
9e24f8caa0
4
Makefile
4
Makefile
@ -33,8 +33,6 @@ ENDIAN=little
|
||||
#
|
||||
BIN=bin
|
||||
|
||||
LIB=.
|
||||
|
||||
# Only include/link with this if it exists.
|
||||
# (Mac OS X El Capitan clean install does not have /opt)
|
||||
ifneq (,$(wildcard /opt/local/.))
|
||||
@ -82,7 +80,7 @@ LIBS=-lssl -lcrypto -lgmp -lncurses -lsigsegv $(OSLIBS)
|
||||
endif
|
||||
|
||||
INCLUDE=include
|
||||
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\"
|
||||
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN)
|
||||
|
||||
DEBUG=no
|
||||
|
||||
|
@ -606,7 +606,7 @@ is `c3y` if you want to test the garbage-collector, `c3n`
|
||||
otherwise. `dir_c` is the directory for the pier files.
|
||||
|
||||
`u3m_boot()` expects an `urbit.pill` file to load the kernel
|
||||
from. It will try first `$dir/.urb.urbit.pill`, then `U3_LIB`.
|
||||
from. This is specified with the -B commandline option.
|
||||
|
||||
Any significant computation with nouns, certainly anything Turing
|
||||
complete, should be run (a) virtualized and (b) in an inner road.
|
||||
|
Loading…
Reference in New Issue
Block a user