mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Correct way for detecting PC-BSD
This commit is contained in:
parent
f85fe03335
commit
8582089aeb
@ -298,7 +298,7 @@
|
|||||||
#define STATIC_LIB_EXT .a
|
#define STATIC_LIB_EXT .a
|
||||||
#define BUNDLE_EXT
|
#define BUNDLE_EXT
|
||||||
|
|
||||||
#if $[eq $[shell uname -n], pcbsd] // if we're running PC-BSD
|
#if $[isdir /usr/PCBSD/local] // if we're running PC-BSD
|
||||||
#define EXTRA_IPATH /usr/PCBSD/local/include/
|
#define EXTRA_IPATH /usr/PCBSD/local/include/
|
||||||
#define EXTRA_LPATH /usr/PCBSD/local/lib/
|
#define EXTRA_LPATH /usr/PCBSD/local/lib/
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user