uCBQN/build
Antti Keränen 6edc3b934d Add install name for MacOS dylib
Without setting the install name, the copied object will still reference
to the original object, which is not going to work if it is ever moved
out of CBQN directory:

$ otool -L libcbqn.dylib
libcbqn.dylib:
	build/obj2/linker-4qa8skka2dk9e991rjom3lns7elgmlak4h98e0bcb0t8os3o6o5/res (compatibility version 0.0.0, current version 0.0.0)

With this change the install name of the dylib object is set to
@rpath/libcbqn.dylib, so it's loaded the same way .so files on Linux
are.
2023-04-26 12:09:04 +03:00
..
bytecodeSubmodule@78ed4102f9 update bytecode submodule 2023-04-19 22:45:53 +03:00
replxxSubmodule@1da4681a88 fix replxx things 2023-02-26 16:09:38 +02:00
singeliSubmodule@3327956fed update Singeli submodule 2023-04-15 19:27:58 +03:00
src Add install name for MacOS dylib 2023-04-26 12:09:04 +03:00
bootstrap.bqn support namespace a.b in native compiler 2023-03-22 19:58:01 +02:00
build update Singeli, move "make forbuild" to "make for-build" 2023-03-23 18:08:40 +02:00
cc.bqn move build utils to within build/ 2022-11-18 00:30:49 +02:00
genRuntime move build utils to within build/ 2022-11-18 00:30:49 +02:00
genRuntimeSrc move build utils to within build/ 2022-11-18 00:30:49 +02:00
singeliMake.bqn BQN-based build system 2022-12-23 23:09:55 +02:00