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
@ -32,3 +32,8 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# 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…
x
Reference in New Issue
Block a user