mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Minor fix for FreeBSD again
This commit is contained in:
parent
af7827c42a
commit
5f12039c40
@ -1141,6 +1141,7 @@ def WriteConfigSettings():
|
||||
dtool_config["IS_FREEBSD"] = '1'
|
||||
dtool_config["HAVE_ALLOCA_H"] = 'UNDEF'
|
||||
dtool_config["HAVE_MALLOC_H"] = 'UNDEF'
|
||||
dtool_config["HAVE_LINUX_INPUT_H"] = 'UNDEF'
|
||||
dtool_config["HAVE_PROC_CURPROC_FILE"] = '1'
|
||||
dtool_config["HAVE_PROC_CURPROC_MAP"] = '1'
|
||||
dtool_config["HAVE_PROC_CURPROC_CMDLINE"] = '1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user