Skip to content

Commit 44b97e3

Browse files
committed
Fix building issues on OSX
1 parent 170655e commit 44b97e3

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

Builds/MacOSX/OpenEphys.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Builds/MacOSX/Plugins/CommonLibs/OpenEphysHDF5/OpenEphysHDF5.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
HEADER_SEARCH_PATHS = (
175175
"$(inherited)",
176176
"$(MAC_PACKAGE_DIR)/include",
177+
"$(MAC_PACKAGE_DIR)/lib/hdf5-18/include",
177178
);
178179
OTHER_LDFLAGS = (
179180
"$(inherited)",
@@ -191,6 +192,7 @@
191192
HEADER_SEARCH_PATHS = (
192193
"$(inherited)",
193194
"$(MAC_PACKAGE_DIR)/include",
195+
"$(MAC_PACKAGE_DIR)/lib/hdf5-18/include",
194196
);
195197
OTHER_LDFLAGS = (
196198
"$(inherited)",

Builds/MacOSX/Plugins/Config/Plugin.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ MAC_PACKAGE_DIR = /opt/local
55
// Pull in machine-specific settings from git-ignored file, if it exists.
66
#include "Env.xcconfig"
77

8+
#include "Base.xcconfig"
9+
810
CONFIGURATION_BUILD_DIR = $(PROJECT_DIR)/../../build/$(CONFIGURATION)/open-ephys.app/Contents/PlugIns
911
COPY_PHASE_STRIP = NO
1012
DEBUG_INFORMATION_FORMAT = dwarf

Builds/MacOSX/Plugins/KWIKFormat/KWIKFormat.xcodeproj/project.pbxproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,31 @@
197197
isa = XCBuildConfiguration;
198198
baseConfigurationReference = E1F558DB1C9B23830035F88B /* Plugin_Debug.xcconfig */;
199199
buildSettings = {
200+
HEADER_SEARCH_PATHS = (
201+
../../../../JuceLibraryCode,
202+
../../../../JuceLibraryCode/modules,
203+
../../../../Source/Plugins/Headers,
204+
../../../../Source/Plugins/CommonLibs,
205+
"$(MAC_PACKAGE_DIR)/lib/hdf5-18/include",
206+
"$(MAC_PACKAGE_DIR)/include",
207+
"$(inherited)",
208+
);
200209
};
201210
name = Debug;
202211
};
203212
E1F558D51C9B23370035F88B /* Release */ = {
204213
isa = XCBuildConfiguration;
205214
baseConfigurationReference = E1F558DC1C9B23830035F88B /* Plugin_Release.xcconfig */;
206215
buildSettings = {
216+
HEADER_SEARCH_PATHS = (
217+
../../../../JuceLibraryCode,
218+
../../../../JuceLibraryCode/modules,
219+
../../../../Source/Plugins/Headers,
220+
../../../../Source/Plugins/CommonLibs,
221+
"$(MAC_PACKAGE_DIR)/lib/hdf5-18/include",
222+
"$(MAC_PACKAGE_DIR)/include",
223+
"$(inherited)",
224+
);
207225
};
208226
name = Release;
209227
};

0 commit comments

Comments
 (0)