mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
iodine: use correct CFLAGS/LDFLAGS
The iodine build system correctly appends the needed CFLAGS/LDFLAGS to what was passed in the environment, so use TARGET_CONFIGURE_OPTS to ensure our flags are passed. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -11,7 +11,7 @@ IODINE_LICENSE = MIT
|
||||
IODINE_LICENSE_FILES = README
|
||||
|
||||
define IODINE_BUILD_CMDS
|
||||
$(MAKE) CC="$(TARGET_CC)" ARCH=$(BR2_ARCH) -C $(@D)
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) ARCH=$(BR2_ARCH) -C $(@D)
|
||||
endef
|
||||
|
||||
define IODINE_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user