Fully specify libmicrohttpd.a path in build.
authorbungeman <bungeman@google.com>
Wed, 9 Mar 2016 18:12:06 +0000 (10:12 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 9 Mar 2016 18:12:06 +0000 (10:12 -0800)
This is more uniform and also makes things work with the cmake gyp
generator.

Review URL: https://codereview.chromium.org/1777573005

gyp/microhttpd.gyp

index 5254c02..49c67ab 100644 (file)
@@ -20,7 +20,7 @@
         ],
         # Link the built library to dependents.
         'libraries': [
-          'libmicrohttpd.a',
+          '<(PRODUCT_DIR)/libmicrohttpd.a',
         ],
       },
       'actions': [