uCBQN/build/src
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
..
build.bqn Add install name for MacOS dylib 2023-04-26 12:09:04 +03:00
clangd.bqn clangd compile command generation fixes 2023-02-18 21:45:22 +02:00
fork.bqn BQN-based build system 2022-12-23 23:09:55 +02:00
runner.bqn BQN-based build system 2022-12-23 23:09:55 +02:00
serialize.bqn BQN-based build system 2022-12-23 23:09:55 +02:00