Skip to content

Commit e4f5f23

Browse files
committed
build: Fix mac build errors
1 parent 70ecfa6 commit e4f5f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/host.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $$(HLIB$(2)_H_$(4))/$$(CFG_STDLIB): \
7474
@$$(call E, cp: $$@)
7575
$$(Q)cp $$< $$@
7676
$$(Q)cp -R $$(TLIB$(1)_T_$(4)_H_$(3))/$(STDLIB_GLOB) \
77-
$$(TLIB$(1)_T_$(4)_H_$(3))/$(STDLIB_DSYM_GLOB) \
77+
$$(wildcard $$(TLIB$(1)_T_$(4)_H_$(3))/$(STDLIB_DSYM_GLOB)) \
7878
$$(HLIB$(2)_H_$(4))
7979

8080
$$(HLIB$(2)_H_$(4))/libcore.rlib: \

0 commit comments

Comments
 (0)