diff options
author | Tony Theodore <tonyt@logyst.com> | 2011-11-20 14:49:41 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2011-11-20 14:49:41 (GMT) |
commit | 19498a767061f0b48da44c00d5b7e8c0853f383d (patch) | |
tree | 8d3a912eff039d74f05a9f10cbfaca50157c0b6d /src/vtk.mk | |
parent | 868e7b5ee039990a98e4458b6cead792786957e0 (diff) | |
download | mxe-19498a767061f0b48da44c00d5b7e8c0853f383d.zip mxe-19498a767061f0b48da44c00d5b7e8c0853f383d.tar.gz mxe-19498a767061f0b48da44c00d5b7e8c0853f383d.tar.bz2 |
package vtk: revert previous change
Diffstat (limited to 'src/vtk.mk')
-rw-r--r-- | src/vtk.mk | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -23,11 +23,7 @@ define $(PKG)_BUILD # first we need a native build to create the compile tools mkdir '$(1)/native_build' - cd '$(1)/native_build' && cmake \ - -DCMAKE_BUILD_TYPE='Release' \ - -DVTK_USE_RENDERING=FALSE \ - -DVTK_USEINFOVIS=FALSE \ - .. + cd '$(1)/native_build' && cmake -DCMAKE_BUILD_TYPE='Release' .. # only the newly created CompileTools target need to be built $(MAKE) -C '$(1)/native_build' -j '$(JOBS)' VERBOSE=1 CompileTools |