Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 7218505

Browse files
committed
[[ Bug 16145 ]] Use the Android-specific linker script when building Android standalone engine
1 parent ad3c8de commit 7218505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/engine.gyp

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
# Helpful for catching build problems
273273
'-Wl,-no-undefined',
274274

275-
'-Wl,-T,<(src_top_dir_abs)/engine/linux.link',
275+
'-Wl,-T,<(src_top_dir_abs)/standalone-armv6-hf.link',
276276
],
277277

278278
'actions':

0 commit comments

Comments
 (0)