Artifact 94d320c0dcc168a73db6abefedd77d71dbe5a507:
- File hostinfo/hostinfo.setup — part of check-in [fb8e8050b3] at 2021-04-05 23:57:55 on branch v1.6584-ck5 — wip (user: matt, size: 264) [annotate] [blame] [check-ins using]
(define libs (if (eq? (build-platform) 'msvc) "-lws2_32" "") ) (compile -s -O2 -d2 hostinfo.scm ,libs -j hostinfo) (compile -s -O2 -d0 hostinfo.import.scm) (install-extension 'hostinfo '("hostinfo.so" "hostinfo.import.so") '((version "1.4.1")))