Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaduser committed Sep 9, 2023
1 parent 4cd413a commit c758d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy_ios/tools/cpplink
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def call_linker(objects, output):
calls linker (environ['ARM_LD']) and returns error code
throws a RuntimeError if there is an exception in processing
'''
print('Liblink redirect linking with', objects)
print('cpplink redirect linking with', objects)
ld = environ.get('ARM_LD')
arch = environ.get('ARCH', 'arm64')
if 'arm' in arch:
Expand Down

0 comments on commit c758d06

Please sign in to comment.