mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 15:01:15 +02:00
Reformat
This commit is contained in:
parent
276e6b556d
commit
1935abf81a
@ -59,6 +59,9 @@ model {
|
|||||||
if (toolChain in Gcc) {
|
if (toolChain in Gcc) {
|
||||||
cppCompiler.define "POCO_UNIXODBC"
|
cppCompiler.define "POCO_UNIXODBC"
|
||||||
}
|
}
|
||||||
|
if (toolChain in Clang) {
|
||||||
|
cppCompiler.define "POCO_UNIXODBC"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
withType(SharedLibraryBinarySpec) {
|
withType(SharedLibraryBinarySpec) {
|
||||||
if (toolChain in VisualCpp) {
|
if (toolChain in VisualCpp) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user