mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
fis: fix typo in build command
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 840d1a8d56)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
bf2a0b348f
commit
0b02c13724
@@ -12,7 +12,7 @@ FIS_LICENSE_FILES = fis.c
|
||||
|
||||
define FIS_BUILD_CMDS
|
||||
$(TARGET_CC) $(TARGET_CFLAGS) -std=c99 -o $(@D)/fis \
|
||||
$(@D)/fis.c $(@D)/crc.c $(TARGE_LDFLAGS)
|
||||
$(@D)/fis.c $(@D)/crc.c $(TARGET_LDFLAGS)
|
||||
endef
|
||||
|
||||
define FIS_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user