Build: changes needed to build on FreeBSD
* Fix SDL not finding Xlib.h * Link to clangSupport library for newer LLVM versions * Add FreeBSD essential symbols to symbols_unix.map Pull Request: blender/blender#105892
This commit is contained in:
@@ -39,6 +39,9 @@ global:
|
||||
realpath;
|
||||
sched_*;
|
||||
valloc;
|
||||
/* needed on FreeBSD */
|
||||
__progname;
|
||||
environ;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user