aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-03-09 10:12:06 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-09 10:12:06 -0800
commitf1255953e2876f43a8a0b5660aa63b42980d0d1d (patch)
tree09d5b92d83e82ae11bb671bd76a5af73f6c20fd0
parentf7a840aaba84ceffb3f19cf629d314db84f91d38 (diff)
Fully specify libmicrohttpd.a path in build.
This is more uniform and also makes things work with the cmake gyp generator. Review URL: https://codereview.chromium.org/1777573005
-rw-r--r--gyp/microhttpd.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/microhttpd.gyp b/gyp/microhttpd.gyp
index 5254c02250..49c67ab9a2 100644
--- a/gyp/microhttpd.gyp
+++ b/gyp/microhttpd.gyp
@@ -20,7 +20,7 @@
],
# Link the built library to dependents.
'libraries': [
- 'libmicrohttpd.a',
+ '<(PRODUCT_DIR)/libmicrohttpd.a',
],
},
'actions': [