Fix Darwin build

pull/38/head
Stéphan Kochen 2021-05-18 14:03:11 +02:00 zatwierdzone przez GitHub
rodzic 7e14d4892e
commit d6a25d5c3f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

2
configure vendored
Wyświetl plik

@ -63,7 +63,7 @@ if [ "$sys" = Linux ]; then
HOTPLUG=no
fi
elif [ "$sys" = Darwin ]; then
add_ldflags='-framework CoreFoundation -framework IOKit'
LDFLAGS='-framework CoreFoundation -framework IOKit'
else
# TODO implement hotplug for other systems then switch this on
HOTPLUG=no