Skip to content

Commit acbebec

Browse files
committed
Fix OSX build issues
1 parent 280cb85 commit acbebec

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

Builds/MacOSX/OpenEphys.xcworkspace/contents.xcworkspacedata

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

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/NWBFormat/NWBFormat.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
E1F91DEC1DBE670500FF13EA /* Release */,
240240
);
241241
defaultConfigurationIsVisible = 0;
242+
defaultConfigurationName = Release;
242243
};
243244
/* End XCConfigurationList section */
244245
};

0 commit comments

Comments
 (0)