summaryrefslogtreecommitdiffstats
path: root/src/vtk.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-27 11:29:57 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-27 11:29:57 (GMT)
commite86ebf0526cc2be058d4992241bd18650de554ac (patch)
tree79386220c83401abc88d5541eb6fdea284317a29 /src/vtk.mk
parent5b5f87285be6f8975f2578357a1ea49d77456b12 (diff)
downloadmxe-e86ebf0526cc2be058d4992241bd18650de554ac.zip
mxe-e86ebf0526cc2be058d4992241bd18650de554ac.tar.gz
mxe-e86ebf0526cc2be058d4992241bd18650de554ac.tar.bz2
Fix annoying whitespaces at EOL
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 \