Update divinus.mk (#1454)

pull/1455/head
viktorxda 2024-05-22 20:50:25 +02:00 committed by GitHub
parent 9d8486ed5a
commit 372e35baba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ else
endif
define DIVINUS_BUILD_CMDS
$(MAKE) CC=$(TARGET_CC) OPT=$(DIVINUS_OPTIONS) -C $(@D)
$(MAKE) CC=$(TARGET_CC) OPT=$(DIVINUS_OPTIONS) -C $(@D)/src
endef
define DIVINUS_INSTALL_TARGET_CMDS