Skip to content

Commit 4f201a2

Browse files
committed
Add different arch support for versionlib
1 parent a0156ab commit 4f201a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AMBuildScript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const char *PLUGIN_REVISION_COUNT = \"{revision_count}\";
265265
""".encode('utf-8'))
266266

267267
for cxx in self.all_targets:
268-
lib = cxx.StaticLibrary('versionlib')
268+
lib = cxx.StaticLibrary(f'versionlib_{cxx.target.arch}')
269269

270270
self.configureCXX(lib.compiler)
271271

0 commit comments

Comments
 (0)