swc-git: unbreak cross compilation.
This commit is contained in:
parent
f77be0ae88
commit
46c3d4c3c6
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue