Skip to content
Snippets Groups Projects
Commit 0f78393b authored by Zeeshan Ali's avatar Zeeshan Ali Committed by Bastien Nocera
Browse files

build: Don't hardcode libtool path

This fixes cross-builds.
parent 9995ed24
No related branches found
No related tags found
Loading
......@@ -106,7 +106,7 @@ Geoclue-2.0.gir: $(libgeoclue_2_la_SOURCES) $(geoclue_include_HEADERS)
--pkg=gobject-2.0 \
--pkg=gio-2.0 \
--pkg-export=libgeoclue-2.0 \
--libtool=$(top_builddir)/libtool \
--libtool="${LIBTOOL}" \
-I$(srcdir) \
-I$(top_srcdir)/public-api \
-I$(top_builddir)/public-api \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment