mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -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
|
||||
// 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
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "subprocessWindowBuffer.h"
|
||||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
Loading…
x
Reference in New Issue
Block a user