mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix a build on macOS
On some platforms like macOS, we can't create an empty archive.
This commit is contained in:
parent
e4af73ec56
commit
b6890df58d
2 changed files with 5 additions and 0 deletions
|
|
@ -32,3 +32,8 @@
|
|||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
############################################################################
|
||||
|
||||
# Add dummy.c to ensure that we have at least one object.
|
||||
# On some platforms like macOS, we can't create an empty archive.
|
||||
|
||||
CSRCS += dummy.c
|
||||
|
|
|
|||
0
platform/dummy/dummy.c
Normal file
0
platform/dummy/dummy.c
Normal file
Loading…
Add table
Add a link
Reference in a new issue