Skip to content

Commit d111ace

Browse files
committed
Skip install_source on windows
1 parent e1b154c commit d111ace

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

add_libmagic.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
set -euxo pipefail
44

55
install_source() {
6+
# skip on Windows for now
7+
python -c 'import platform; assert platform.system() != "Windows"' || exit 1
68
# install from source
79
# https://www.darwinsys.com/file/
810
# https://github.com/file/file/blob/FILE5_46/INSTALL#L51

0 commit comments

Comments
 (0)