Fix Travis
This commit is contained in:
parent
9653c0bafc
commit
ed48242f4f
|
@ -105,12 +105,14 @@ filter("platforms:Linux")
|
||||||
filter({"platforms:Linux", "kind:*App"})
|
filter({"platforms:Linux", "kind:*App"})
|
||||||
linkgroups("On")
|
linkgroups("On")
|
||||||
|
|
||||||
filter({"platforms:Linux", "toolset:gcc"})
|
filter({"platforms:Linux", "language:C++", "toolset:gcc"})
|
||||||
buildoptions({
|
buildoptions({
|
||||||
"-std=c++14",
|
"-std=c++14",
|
||||||
})
|
})
|
||||||
links({
|
links({
|
||||||
})
|
})
|
||||||
|
|
||||||
|
filter({"platforms:Linux", "toolset:gcc"})
|
||||||
if ARCH == "ppc64" then
|
if ARCH == "ppc64" then
|
||||||
buildoptions({
|
buildoptions({
|
||||||
"-m32",
|
"-m32",
|
||||||
|
@ -122,7 +124,7 @@ filter({"platforms:Linux", "toolset:gcc"})
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
filter({"platforms:Linux", "toolset:clang"})
|
filter({"platforms:Linux", "language:C++", "toolset:clang"})
|
||||||
buildoptions({
|
buildoptions({
|
||||||
"-std=c++14",
|
"-std=c++14",
|
||||||
"-stdlib=libstdc++",
|
"-stdlib=libstdc++",
|
||||||
|
|
Loading…
Reference in New Issue