File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 3
3
*******************************************************************************
4
4
5
5
=== 1.0.24 ===
6
+ * Added MacOS dependencies.
6
7
* Updated build scripts.
7
8
8
9
=== 1.0.23 ===
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3
- # (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
2
+ # Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ # (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
4
4
#
5
5
# This file is part of lsp-r3d-base-lib
6
6
#
@@ -61,14 +61,28 @@ ifeq ($(PLATFORM),Windows)
61
61
TEST_DEPENDENCIES += $(WINDOWS_TEST_DEPENDENCIES )
62
62
endif
63
63
64
+ # ------------------------------------------------------------------------------
65
+ # MacOS dependencies
66
+ MACOS_DEPENDENCIES =
67
+
68
+ MACOS_TEST_DEPENDENCIES =
69
+
70
+ ifeq ($(PLATFORM ) ,MacOS)
71
+ DEPENDENCIES += $(MACOS_DEPENDENCIES )
72
+ TEST_DEPENDENCIES += $(MACOS_TEST_DEPENDENCIES )
73
+ endif
74
+
75
+
64
76
# ------------------------------------------------------------------------------
65
77
# Overall system dependencies
66
78
ALL_DEPENDENCIES = \
67
79
$(DEPENDENCIES ) \
68
80
$(LINUX_DEPENDENCIES ) \
69
81
$(BSD_DEPENDENCIES ) \
70
82
$(WINDOWS_DEPENDENCIES ) \
83
+ $(MACOS_DEPENDENCIES ) \
71
84
$(TEST_DEPENDENCIES ) \
72
85
$(LINUX_TEST_DEPENDENCIES ) \
73
86
$(BSD_TEST_DEPENDENCIES ) \
74
- $(WINDOWS_TEST_DEPENDENCIES )
87
+ $(WINDOWS_TEST_DEPENDENCIES ) \
88
+ $(MACOS_TEST_DEPENDENCIES )
You can’t perform that action at this time.
0 commit comments