Skip to content

Commit

Permalink
Merge pull request #234 from martinsumner/develop-3.0
Browse files Browse the repository at this point in the history
Change references to work
  • Loading branch information
martinsumner authored Mar 7, 2019
2 parents d6507aa + a729c65 commit f7bafa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "leveldb_ee"]
path = leveldb_ee
url = git@github.com:basho/leveldb_ee
url = https://github.com/basho/leveldb_ee
2 changes: 1 addition & 1 deletion build_detect_platform
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ case "$TARGET_OS" in
IFS="$oIFS"
if [ "$1" -ge 13 ]; then
# assume clang compiler
COMMON_FLAGS="-mmacosx-version-min=10.8 -DOS_MACOSX"
COMMON_FLAGS="-mmacosx-version-min=10.8 -DOS_MACOSX -stdlib=libc++"
PLATFORM_LDFLAGS="-mmacosx-version-min=10.8"
else
COMMON_FLAGS="-fno-builtin-memcmp -DOS_MACOSX"
Expand Down

0 comments on commit f7bafa1

Please sign in to comment.