Skip to content

Commit

Permalink
Merge pull request #34 from remicollet/issue-cxx
Browse files Browse the repository at this point in the history
Use proper command for build
  • Loading branch information
jbboehr committed Jun 8, 2017
2 parents ef4fd41 + 67e9d63 commit 2bcaeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ before_install:

install:
- phpize
- ./configure --enable-mustache --with-libmustache=$HOME/libmustache CXXFLAGS="--coverage -fprofile-arcs -ftest-coverage" LDFLAGS="--coverage"
- ./configure --enable-mustache --with-libmustache=$HOME/libmustache CXXFLAGS="--coverage -fprofile-arcs -ftest-coverage" LDFLAGS="--coverage -lgcov"
- make clean all

script:
Expand Down
2 changes: 1 addition & 1 deletion config.m4
Expand Up @@ -87,6 +87,6 @@ if test "$PHP_MUSTACHE" != "no"; then
fi

PHP_SUBST(MUSTACHE_SHARED_LIBADD)
PHP_NEW_EXTENSION(mustache, $PHP_MUSTACHE_SOURCES, $ext_shared, , $PHP_MUSTACHE_FLAGS)
PHP_NEW_EXTENSION(mustache, $PHP_MUSTACHE_SOURCES, $ext_shared, , $PHP_MUSTACHE_FLAGS, cxx)
fi

0 comments on commit 2bcaeb5

Please sign in to comment.