From 771a0e345758066f04d4d876b3c402042d64b938 Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Thu, 20 Oct 2016 21:33:28 +0200 Subject: [PATCH] master: CuraEngine: Build via debhelper without python3 CMake will care about detecting and building against python3 --- master/CuraEngine/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/CuraEngine/rules b/master/CuraEngine/rules index a564bd2..f51f3f0 100755 --- a/master/CuraEngine/rules +++ b/master/CuraEngine/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE = 1 %: - dh $@ --with python3 --buildsystem=cmake --parallel + dh $@ --buildsystem=cmake --parallel override_dh_auto_configure: dh_auto_configure -- \