Fix a build on macOS

On some platforms like macOS, we can't create an empty archive.
This commit is contained in:
YAMAMOTO Takashi 2020-01-29 14:00:15 +09:00 committed by Alin Jerpelea
parent e4af73ec56
commit b6890df58d
2 changed files with 5 additions and 0 deletions

View File

@ -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
View File