Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mevansam/cmoss into mevan…
Browse files Browse the repository at this point in the history
…sam_master
  • Loading branch information
lotodore committed Aug 28, 2013
2 parents 69e1f8b + 43484ae commit f2fb1f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ These build scripts were tested on a Mac OS X 10 with the following Mac ports:
ncursesw @5.8_0 (active)
openssl @1.0.0d_0 (active)
wget @1.12_3+ssl (active)
libtool @2.4.2 (active)
zlib @1.2.5_0 (active)

The Android scripts should work in a Linux environment but have not been tested.
Expand Down
2 changes: 1 addition & 1 deletion build-droid/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export TINYXML_FILE="2_6_2"
export EXPAT_VERSION="2.0.1"

# Project version to use to build yajl (changing this may break the build)
export YAJL_VERSION="2.0.1"
export YAJL_VERSION="2.0.3"

# Project version to use to build sqlcipher (changing this may break the build)
export SQLCIPHER_VERSION="2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion build-droid/build-yajl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ EOF

mv "build/src/cmake_install.cmake" "build/src/cmake_install.cmake~"
sed 's/\.dylib/\.so/g' build/src/cmake_install.cmake~ > build/src/cmake_install.cmake~1
sed 's/\".*\/libyajl\.2\.0\.1\.so\"//' build/src/cmake_install.cmake~1 > build/src/cmake_install.cmake~2
sed 's/\".*\/libyajl\.2\.0\.3\.so\"//' build/src/cmake_install.cmake~1 > build/src/cmake_install.cmake~2
sed 's/\".*\/libyajl\.2\.so\"//' build/src/cmake_install.cmake~2 > build/src/cmake_install.cmake

cat > Makefile <<EOF
Expand Down
2 changes: 1 addition & 1 deletion build-ios/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export TINYXML_FILE="2_6_2"
export EXPAT_VERSION="2.0.1"

# Project version to use to build yajl (changing this may break the build)
export YAJL_VERSION="2.0.1"
export YAJL_VERSION="2.0.3"

# Project version to use to build sqlcipher (changing this may break the build)
export SQLCIPHER_VERSION="2.1.1"
Expand Down

0 comments on commit f2fb1f6

Please sign in to comment.