Also add a way to use logging library without Asio

This commit is contained in:
Robbert van der Helm
2022-04-16 19:21:34 +02:00
parent d63b4d2da5
commit 85989f4c1d
5 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ compiler_options = [
chainloader_compiler_options = [
# We use our process library for sending notifications from the chainloaders,
# but we don't need the Asio pipe support there
'-DPROCESS_NO_ASIO',
'-DWITHOUT_ASIO',
]
# HACK: Some stuff from `windows.h` that we don't need results in conflicting