mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-13 06:21:08 +00:00
waifulib: xcompile: fix C++ with host toolchain
This commit is contained in:
parent
fcdd45341c
commit
9ea973dad6
@ -291,7 +291,7 @@ class Android:
|
||||
|
||||
def ldflags(self):
|
||||
ldflags = ['-lgcc', '-no-canonical-prefixes']
|
||||
if self.is_clang():
|
||||
if self.is_clang() or self.is_host():
|
||||
ldflags += ['-stdlib=libstdc++']
|
||||
if self.is_arm():
|
||||
if self.arch == 'armeabi-v7a':
|
||||
|
Loading…
x
Reference in New Issue
Block a user