Use and to specify which compiler to use

This commit is contained in:
Francis ANDRE 2017-04-15 12:36:46 +02:00
parent cf1c7bd2fe
commit be01bea164
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
${PocoBuild}/*/doc/images
</resources>
<compiler>
<exec>g++</exec>
<exec>${CXX}</exec>
<options>
${Includes},
-I/usr/local/mysql/include,

View File

@ -41,7 +41,7 @@
${PocoBuild}/*/doc/images
</resources>
<compiler>
<exec>g++</exec>
<exec>${CXX}</exec>
<options>
${Includes},
-I/usr/local/mysql/include,