summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Julian Sikorski <belegdol+github@gmail.com>2016-03-12 13:07:14 +0100
committer Julian Sikorski <belegdol+github@gmail.com>2016-03-12 13:07:14 +0100
commitd0f99d22a7f11efe1abaa8a0bd63eccb5e36735b (patch)
treefce9ec04b92dcba65543663b77dfaa86879ca924 /makefile
parentdcab55bf53b94713a6f72e9633f5101c8dd6c08c (diff)
Added ability to build using system libuv (1.8.0 or higher required)
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 42bfb7e236d..b065c4480c8 100644
--- a/makefile
+++ b/makefile
@@ -61,6 +61,7 @@
# USE_SYSTEM_LIB_SQLITE3 = 1
# USE_SYSTEM_LIB_PORTMIDI = 1
# USE_SYSTEM_LIB_PORTAUDIO = 1
+# USE_SYSTEM_LIB_UV = 1
# USE_BUNDLED_LIB_SDL2 = 1
# MESA_INSTALL_ROOT = /opt/mesa
@@ -403,6 +404,10 @@ ifdef USE_BUNDLED_LIB_SDL2
PARAMS += --with-bundled-sdl2
endif
+ifndef USE_SYSTEM_LIB_UV
+PARAMS += --with-bundled-libuv
+endif
+
#-------------------------------------------------
# distribution may change things
#-------------------------------------------------