From c68733bfe7c0dfbcffc5a0ae2b1826b09fb0caab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 28 Jan 2022 16:16:14 +0700 Subject: [PATCH] kicad: mark nocross --- srcpkgs/kicad/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template index d82c1013566..84c660a12a0 100644 --- a/srcpkgs/kicad/template +++ b/srcpkgs/kicad/template @@ -30,6 +30,7 @@ desc_option_occt="Enable support for 3D STEP models" if [ ! "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then broken="pybind: Python config failure: Python is 64-bit, chosen compiler is 32-bit" fi +nocross="execute lemon during build" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wxPython4"