mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 21:27:57 +00:00
Fix 'servaldswift' link error
This commit is contained in:
parent
5c2f553ed2
commit
d1e113d4f3
@ -391,9 +391,9 @@ ifneq ($(SWIFTC),) # Only provide Swift targets if the Swift compiler is availab
|
||||
# package.
|
||||
servaldswift: $(srcdir)/servaldswift.swift \
|
||||
$(OBJSDIR_SERVALD)/servald_features.o \
|
||||
libservaldaemon.a \
|
||||
$(SWIFT_MODULE_NAME).swiftmodule \
|
||||
libServalDNA.a
|
||||
libServalDNA.a \
|
||||
libservaldaemon.a
|
||||
@echo SWIFT $@
|
||||
@$(SWIFTC) -emit-executable -o $@ \
|
||||
$(SWIFTCFLAGS) $(SWIFTDEFS) \
|
||||
|
Loading…
Reference in New Issue
Block a user