Commit feb0f9a9 authored by Yann Diorcet's avatar Yann Diorcet
Browse files

Fix dist build on windows

parent 83949d6c
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -58,7 +58,7 @@ linphone_LDADD=$(ORTP_LIBS) \
if BUILD_WIN32
linphone.res: $(LINPHONE_ICO_RC_FILE) $(LINPHONE_ICO_FILE)
windres $(LINPHONE_ICO_RC_FILE) -O coff -o linphone.res
windres $(srcdir)/$(LINPHONE_ICO_RC_FILE) -O coff -o linphone.res
linphone_LDADD+=linphone.res -lwininet
linphone_LDFLAGS=-Wl,--export-all-symbols -mwindows
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment