mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
pass --disable-multilib if user doesnt want multilib since some arches (like x86_64) default to multilib support
This commit is contained in:
parent
eefc9a6dea
commit
b8086bb124
@ -1,5 +1,7 @@
|
||||
ifeq ($(BR2_ENABLE_MULTILIB),y)
|
||||
MULTILIB:=--enable-multilib
|
||||
else
|
||||
MULTILIB:=--disable-multilib
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user