mirror of https://github.com/apache/activemq.git
Fixed compile flags for Mac
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98dcd68429
commit
8a960016ed
|
@ -22,7 +22,7 @@
|
|||
#include <stdexcept>
|
||||
#include <assert.h>
|
||||
|
||||
#if (defined(__unix__) || defined(unix) || defined(MACOSX)) && !defined(USG)
|
||||
#if (defined(__unix__) || defined(unix) || defined(MACOSX) || defined(__APPLE__)) && !defined(USG)
|
||||
|
||||
#ifndef unix
|
||||
#define unix
|
||||
|
|
Loading…
Reference in New Issue