We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b154c commit d111aceCopy full SHA for d111ace
add_libmagic.sh
@@ -3,6 +3,8 @@
3
set -euxo pipefail
4
5
install_source() {
6
+ # skip on Windows for now
7
+ python -c 'import platform; assert platform.system() != "Windows"' || exit 1
8
# install from source
9
# https://www.darwinsys.com/file/
10
# https://github.com/file/file/blob/FILE5_46/INSTALL#L51
0 commit comments