mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-25 11:19:59 +01: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…
Reference in New Issue
Block a user