Windows link set gains -luuid (FOLDERID_* GUIDs)

This commit is contained in:
Yogthos 2026-07-02 15:43:27 -04:00
parent 24c2280246
commit 9382c67e48

View file

@ -121,7 +121,7 @@
;; Windows (ta6nt, MinGW-w64 under MSYS2): the Chez kernel pulls in ;; Windows (ta6nt, MinGW-w64 under MSYS2): the Chez kernel pulls in
;; compression, winsock, COM/UUID, and the registry. ;; compression, winsock, COM/UUID, and the registry.
(bld-nt? (bld-nt?
"-llz4 -lz -lws2_32 -lrpcrt4 -lole32 -ladvapi32 -luser32 -lshell32 -lm") "-llz4 -lz -lws2_32 -lrpcrt4 -lole32 -luuid -ladvapi32 -luser32 -lshell32 -lm")
;; Linux: the Chez kernel pulls in compression (lz4/z), the expression ;; Linux: the Chez kernel pulls in compression (lz4/z), the expression
;; editor (ncurses + terminfo), threads, dlopen, libuuid, and clock_gettime. ;; editor (ncurses + terminfo), threads, dlopen, libuuid, and clock_gettime.
(else "-llz4 -lz -lncurses -ltinfo -ldl -lm -lpthread -luuid -lrt"))) (else "-llz4 -lz -lncurses -ltinfo -ldl -lm -lpthread -luuid -lrt")))