summaryrefslogtreecommitdiffstats
path: root/src/vtk.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/vtk.mk')
-rw-r--r--src/vtk.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vtk.mk b/src/vtk.mk
index 25e06aa..8d55298 100644
--- a/src/vtk.mk
+++ b/src/vtk.mk
@@ -29,13 +29,13 @@ define $(PKG)_BUILD
-DOPENGL_INCLUDE_DIR='$(1)/Utilities/ParseOGLExt/headers' \
-DVTK_USE_RENDERING=FALSE \
..
-
+
# only the newly created CompileTools target need to be built
$(MAKE) -C '$(1)/native_build' -j '$(JOBS)' VERBOSE=1 CompileTools
-
+
# DirectX is detected on Mac OSX but requires a DX10 header - dxgi.h
rm '$(1)/CMake/FindDirectX.cmake'
-
+
# now for the cross compilation
mkdir '$(1)/cross_build'
cd '$(1)/cross_build' && cmake \