We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152ada0 commit b37126eCopy full SHA for b37126e
scripts/build_3rdparty.py
@@ -271,6 +271,9 @@ def Main():
271
print( "No definition for target architecture " + architecture )
272
return 1
273
274
+ if architecture == "Linux":
275
+ os.environ["CXX"] = "clang++ -stdlib=libc++"
276
+
277
targetPlatformDef = platformBuildTargets[ architecture ]
278
if not sourcePlatform in targetPlatformDef[ 'buildPlatforms' ]:
279
print( "Platform " + sourcePlatform + " does not support building for architecture " + architecture )
0 commit comments