mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Pass version when building libmktccboot for Rockbox Utility.
On OS X if no version is passed a string containing a space gets generated in some situation, which will break building. Explicitly set version to some known string as done for other libs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31262 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b52a9cc976
commit
911a355d76
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ libmkamsboot.commands = @$(MAKE) -s \
|
|||
libmktccboot.commands = @$(MAKE) -s \
|
||||
BUILD_DIR=$$MYBUILDDIR/mktccboot/ \
|
||||
TARGET_DIR=$$MYBUILDDIR -C $$RBBASE_DIR/rbutil/mktccboot \
|
||||
APPVERSION=\"rbutil\" \
|
||||
libmktccboot$$RBLIBPOSTFIX \
|
||||
CC=\"$$QMAKE_CC $$MACHINEFLAGS\" AR=\"$$MYAR\"
|
||||
libmkmpioboot.commands = @$(MAKE) -s \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue