diff options
author | Tony Theodore <tonyt@logyst.com> | 2011-11-22 13:40:00 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2011-11-22 13:40:00 (GMT) |
commit | 716c51a0248c70e88e79bea4b02720cef78b3100 (patch) | |
tree | b0ad13f36c5225073ddef60c8ec4f7953f7cd659 /src/vtk.mk | |
parent | 793d2a88f9a9833c1d15dfac8a1fcbf22b851d9f (diff) | |
download | mxe-716c51a0248c70e88e79bea4b02720cef78b3100.zip mxe-716c51a0248c70e88e79bea4b02720cef78b3100.tar.gz mxe-716c51a0248c70e88e79bea4b02720cef78b3100.tar.bz2 |
package vtk:disable directx detection
Diffstat (limited to 'src/vtk.mk')
-rw-r--r-- | src/vtk.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ define $(PKG)_BUILD # 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 \ |