mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fix build issues on Linux
This commit is contained in:
parent
9fa212a48a
commit
39c1cb42c9
@ -107,7 +107,7 @@
|
|||||||
// link with it in direct/src/plugin, without pulling in the rest of
|
// link with it in direct/src/plugin, without pulling in the rest of
|
||||||
// Panda.
|
// Panda.
|
||||||
|
|
||||||
#define BUILD_TARGET $[and $[OSX_PLATFORM],$[HAVE_P3D_PLUGIN]]
|
#define BUILD_TARGET $[and $[or $[OSX_PLATFORM],$[UNIX_PLATFORM]],$[HAVE_P3D_PLUGIN]]
|
||||||
|
|
||||||
#define TARGET subprocbuffer
|
#define TARGET subprocbuffer
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
#include "subprocessWindowBuffer.h"
|
#include "subprocessWindowBuffer.h"
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user