Skip to content

Commit b433337

Browse files
committed
Make network node on by default in MacOSX build
1 parent 4f1dca2 commit b433337

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Builds/MacOSX/open-ephys.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2879,6 +2879,7 @@
28792879
GCC_PREPROCESSOR_DEFINITIONS = (
28802880
"_DEBUG=1",
28812881
"DEBUG=1",
2882+
"ZEROMQ",
28822883
"JUCER_XCODE_MAC_F6D2F4CF=1",
28832884
"JUCE_APP_VERSION=0.3.5",
28842885
"JUCE_APP_VERSION_HEX=0x305", );
@@ -2888,7 +2889,7 @@
28882889
INSTALL_PATH = "$(HOME)/Applications";
28892890
LIBRARY_SEARCH_PATHS = ("$(inherited)", "\"/opt/local/lib\"", "\"/usr/local/lib\"");
28902891
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
2891-
OTHER_LDFLAGS = "-lhdf5 -lhdf5_cpp";
2892+
OTHER_LDFLAGS = "-lhdf5 -lhdf5_cpp -lzmq";
28922893
SDKROOT_ppc = macosx10.5; }; name = Debug; };
28932894
7A6F9B742B69F66DC3E29FA8 = {isa = XCBuildConfiguration; buildSettings = {
28942895
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
@@ -2901,6 +2902,7 @@
29012902
GCC_PREPROCESSOR_DEFINITIONS = (
29022903
"_NDEBUG=1",
29032904
"NDEBUG=1",
2905+
"ZEROMQ",
29042906
"JUCER_XCODE_MAC_F6D2F4CF=1",
29052907
"JUCE_APP_VERSION=0.3.5",
29062908
"JUCE_APP_VERSION_HEX=0x305", );
@@ -2911,7 +2913,7 @@
29112913
INSTALL_PATH = "$(HOME)/Applications";
29122914
LIBRARY_SEARCH_PATHS = ("$(inherited)", "\"/opt/local/lib\"", "\"/usr/local/lib\"");
29132915
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
2914-
OTHER_LDFLAGS = "-lhdf5 -lhdf5_cpp";
2916+
OTHER_LDFLAGS = "-lhdf5 -lhdf5_cpp -lzmq";
29152917
SDKROOT_ppc = macosx10.5; }; name = Release; };
29162918
C8018C9A4DA633CA60663294 = {isa = XCBuildConfiguration; buildSettings = {
29172919
ALWAYS_SEARCH_USER_PATHS = NO;

open-ephys.jucer

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
includeBinaryInAppConfig="1">
1313
<EXPORTFORMATS>
1414
<XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
15-
extraLinkerFlags="-lhdf5 -lhdf5_cpp" objCExtraSuffix="fea2mT">
15+
extraLinkerFlags="-lhdf5 -lhdf5_cpp -lzmq" objCExtraSuffix="fea2mT"
16+
extraDefs="ZEROMQ">
1617
<CONFIGURATIONS>
1718
<CONFIGURATION name="Debug" isDebug="1" optimisation="3" targetName="open-ephys"
1819
osxSDK="default" osxCompatibility="default" osxArchitecture="default"

0 commit comments

Comments
 (0)