cs: add -luuid for linking Chez Scheme on Linux

This commit is contained in:
Matthew Flatt 2018-12-31 09:55:48 -07:00
parent 846c40ff6c
commit 47d42d88cb
2 changed files with 2 additions and 2 deletions

View File

@ -3707,7 +3707,7 @@ case "$host_os" in
;;
linux*)
MACH_OS=le
LIBS="${LIBS} -lrt"
LIBS="${LIBS} -lrt -luuid"
CPPFLAGS="${CPPFLAGS} -DELF_FIND_BOOT_SECTION"
ELF_COMP="--expect-elf"
;;

View File

@ -163,7 +163,7 @@ case "$host_os" in
;;
linux*)
MACH_OS=le
LIBS="${LIBS} -lrt"
LIBS="${LIBS} -lrt -luuid"
CPPFLAGS="${CPPFLAGS} -DELF_FIND_BOOT_SECTION"
ELF_COMP="--expect-elf"
;;