mirror of
https://gitlab.com/qemu-project/capstone.git
synced 2025-09-17 02:01:15 +08:00
Fix minor style inconsistency
This commit is contained in:
@ -136,7 +136,7 @@ endef
|
||||
|
||||
|
||||
define link-static
|
||||
${CC} $(LDFLAGS) $< $(ARCHIVE) -o $(call staticname,$@)
|
||||
$(CC) $(LDFLAGS) $< $(ARCHIVE) -o $(call staticname,$@)
|
||||
endef
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user