This commit is contained in:
Francis ANDRE 2018-09-24 21:31:55 +02:00
parent 276e6b556d
commit 1935abf81a

View File

@ -59,6 +59,9 @@ model {
if (toolChain in Gcc) {
cppCompiler.define "POCO_UNIXODBC"
}
if (toolChain in Clang) {
cppCompiler.define "POCO_UNIXODBC"
}
}
withType(SharedLibraryBinarySpec) {
if (toolChain in VisualCpp) {