diff options
author | latex <latex@disroot.org> | 2023-02-06 17:31:43 +0100 |
---|---|---|
committer | latex <latex@disroot.org> | 2023-02-06 17:31:43 +0100 |
commit | 5712693842c4271df63218f0aba5752e6cdfb940 (patch) | |
tree | ed7588bb8b371d36089964b8c016bcbc5967c28d /config.mk | |
parent | 81dc020a82cb14bf0af8e8d9c0dc98ce7d17ec6c (diff) | |
download | uv_link_t-5712693842c4271df63218f0aba5752e6cdfb940.tar.gz |
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk index 0a60311..9c9c9b1 100644 --- a/config.mk +++ b/config.mk @@ -1,6 +1,8 @@ ifeq ($(PREFIX),) PREFIX = /usr/local endif +INCLUDEDIR = $(PREFIX)/include +LIBDIR = $(PREFIX)/lib BUILD_DIR = build NAME = libuv_link_t |