package: fix cmake packages build with ninja
[openwrt/staging/mkresin.git] / package / system / uci / Makefile
index 3c1e168717e2018e8d4b5381a7f891baee1f9dff..cdb6883bc110d646b7beecea815c05fc7d055c4b 100644 (file)
@@ -55,7 +55,7 @@ endef
 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
 TARGET_LDFLAGS += -L$(STAGING_DIR)/usr/lib
 
-CMAKE_OPTIONS = \
+CMAKE_OPTIONS += \
        -DLUAPATH=/usr/lib/lua \
        $(if $(DEBUG),-DUCI_DEBUG=ON)