diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-05-23 17:13:45 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-05-30 21:23:34 -0700 |
| commit | e4f5f235e40c1916b14ee59e7066574d2c102725 (patch) | |
| tree | 4abeaba825fe892dfa565921a2790a3b49a29e18 | |
| parent | 70ecfa686a58f331443391c1f473fac2852e7f83 (diff) | |
| download | rust-e4f5f235e40c1916b14ee59e7066574d2c102725.tar.gz rust-e4f5f235e40c1916b14ee59e7066574d2c102725.zip | |
build: Fix mac build errors
| -rw-r--r-- | mk/host.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/host.mk b/mk/host.mk index 48d92011998..1065ac3f396 100644 --- a/mk/host.mk +++ b/mk/host.mk @@ -74,7 +74,7 @@ $$(HLIB$(2)_H_$(4))/$$(CFG_STDLIB): \ @$$(call E, cp: $$@) $$(Q)cp $$< $$@ $$(Q)cp -R $$(TLIB$(1)_T_$(4)_H_$(3))/$(STDLIB_GLOB) \ - $$(TLIB$(1)_T_$(4)_H_$(3))/$(STDLIB_DSYM_GLOB) \ + $$(wildcard $$(TLIB$(1)_T_$(4)_H_$(3))/$(STDLIB_DSYM_GLOB)) \ $$(HLIB$(2)_H_$(4)) $$(HLIB$(2)_H_$(4))/libcore.rlib: \ |
