Skip to content

Commit

Permalink
Replace BUILD_DIR/lib/, not global /lib/. Fixes #1585
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 19, 2016
1 parent 7b7283d commit 8f3084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/libtool.mk
Expand Up @@ -221,7 +221,7 @@ define ADD_LIBTOOL_TARGET
ifneq "$${$${TGT}_LOCAL}" ""
# add rules to relink the target

$${TGT}_LOCAL_PRLIBS := $$(subst /lib/,/lib/${LOCAL},$${$${TGT}_PRLIBS})
$${TGT}_LOCAL_PRLIBS := $$(subst $${BUILD_DIR}/lib/,$${BUILD_DIR}/lib/${LOCAL},$${$${TGT}_PRLIBS})

$$(eval $$(call ADD_LOCAL_RULE$${$${TGT}_SUFFIX},$${TGT}))

Expand Down

0 comments on commit 8f3084f

Please sign in to comment.