drop asm file due to already defined error
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
fd01d872c8
commit
78fa1c19df
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
project('angelscript', 'cpp', 'c')
|
||||
project('angelscript', 'cpp')
|
||||
|
||||
arch = run_command('uname', '-p')
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ srcs = [
|
|||
]
|
||||
|
||||
if arch.stdout().strip() == 'armv7l'
|
||||
srcs = srcs + ['source/as_callfunc_arm.cpp', 'source/as_callfunc_arm_gcc.s']
|
||||
srcs = srcs + ['source/as_callfunc_arm.cpp']
|
||||
endif
|
||||
|
||||
shared_library(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue