mirror of
https://github.com/pine64/blisp.git
synced 2025-08-19 18:20:51 +00:00
Compare commits
No commits in common. "b1d9a696728f1926c6d481d20997c7a2e97173b0" and "caccc7818a31d5ba33d313fda7d7610d565a5fea" have entirely different histories.
b1d9a69672
...
caccc7818a
@ -10,7 +10,6 @@
|
||||
// to free an allocated buffer on the caller.nn
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <mach-o/dyld.h>
|
||||
|
||||
static void util_get_executable_path(char* buffer_out, uint32_t max_size) {
|
||||
assert(max_size >= PATH_MAX); // n.b. 1024 on MacOS. 4K on most Linux.
|
||||
|
Loading…
x
Reference in New Issue
Block a user