Fix slashes in SWIG files to fix compilation in Linux.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
%module TypeDef
|
||||
%{
|
||||
#include "PolyVoxImpl\TypeDef.h"
|
||||
#include "PolyVoxImpl/TypeDef.h"
|
||||
%}
|
||||
|
||||
%include "PolyVoxImpl\TypeDef.h"
|
||||
%include "PolyVoxImpl/TypeDef.h"
|
Reference in New Issue
Block a user