tangled
alpha
login
or
join now
stream.place
/
streamplace
77
fork
atom
Live video on the AT Protocol
77
fork
atom
overview
issues
1
pulls
pipelines
iroh: more windows linking is probably fine
Eli Mallon
7 months ago
defcfe19
cf199656
+1
-1
1 changed file
expand all
collapse all
unified
split
Makefile
+1
-1
Makefile
···
211
211
&& exit 1; \
212
212
fi
213
213
214
214
-
WINDOWS_LINK_COUNT=16
214
214
+
WINDOWS_LINK_COUNT=19
215
215
.PHONY: link-test-windows
216
216
link-test-windows:
217
217
count=$(shell x86_64-w64-mingw32-objdump -p ./build-windows-amd64/streamplace.exe | grep "DLL Name" | tr '[:upper:]' '[:lower:]' | sort | uniq | wc -l | xargs) \