Fix make deps libtool detection on macOS

This commit is contained in:
Brecht Van Lommel
2019-10-06 12:10:39 +02:00
parent 2fd2bced56
commit 22996f3dbe

View File

@@ -17,10 +17,16 @@
# ***** END GPL LICENSE BLOCK *****
if(UNIX)
if(APPLE)
set(_libtoolize_name glibtoolize)
else()
set(_libtoolize_name libtoolize)
endif()
set(_required_software
autoconf
automake
libtoolize
${_libtoolize_name}
nasm
yasm
tclsh