build: use -DHAVE_FLOCK in the macOS Xcode build (#2629)

Fixes #2555
This commit is contained in:
Charles Kerr
2022-02-15 01:00:43 -06:00
committed by GitHub
parent 8805d7c67b
commit 75e111e581

View File

@@ -3383,6 +3383,7 @@
"$(inherited)",
"-DWITH_UTP",
"-D__TRANSMISSION__",
"-DHAVE_FLOCK",
"-DHAVE_STRLCPY",
"-DHAVE_ASPRINTF",
"-DHAVE_LIBGEN",
@@ -3576,6 +3577,7 @@
"$(inherited)",
"-DWITH_UTP",
"-D__TRANSMISSION__",
"-DHAVE_FLOCK",
"-DHAVE_STRLCPY",
"-DHAVE_ASPRINTF",
"-DHAVE_LIBGEN",
@@ -3826,6 +3828,7 @@
"$(inherited)",
"-DWITH_UTP",
"-D__TRANSMISSION__",
"-DHAVE_FLOCK",
"-DHAVE_STRLCPY",
"-DHAVE_ASPRINTF",
"-DHAVE_LIBGEN",