From 46c3d4c3c68cb46196caab5b1ae476d43b542e8e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Nov 2014 12:41:05 +0100 Subject: [PATCH] swc-git: unbreak cross compilation. --- srcpkgs/swc-git/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/swc-git/template b/srcpkgs/swc-git/template index 414ccbc09f..3d4aa994ce 100644 --- a/srcpkgs/swc-git/template +++ b/srcpkgs/swc-git/template @@ -31,7 +31,8 @@ do_build() { make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" \ LDFLAGS="$BUILD_LDFLAGS" cursor/convert_font make ${makejobs} CC="$CC" CFLAGS="$CFLAGS" \ - LDFLAGS="$LDFLAGS" DRM_DRIVERS="$_drm_drivers" \ + LDFLAGS="$LDFLAGS" OBJCOPY="$OBJCOPY" \ + DRM_DRIVERS="$_drm_drivers" \ all example/wm }