mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-23 15:09:52 -05:00
Minor fix for FreeBSD again
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user