We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdea4ce commit 101d3b4Copy full SHA for 101d3b4
Makefile.build
@@ -52,7 +52,8 @@ $(VC).done: | $(CACHE_DIR)
52
53
$(VC_CFG): $(REPO_ROOT)vc.cfg | $(CACHE_DIR)
54
# when using mingw we need a second regex replace (/c/ -> c:/)
55
- cat $< | sed -e 's:%%VBCC%%:$(VBCC):g' | sed -e 's:/\([a-z]\)/:\1\:/:g' > $@
+ cat $< | sed -e 's:%%VBCC%%:$(VBCC):g' | sed -e 's:/\([a-z]\)/:\1\:/:g' > $(CONFIG_DIR)/vc.config
56
+ cp $(CONFIG_DIR)/vc.config $@
57
58
$(VC_M68K): $(VC_M68K).done
59
$(VC_M68K).done : | $(CACHE_DIR)
0 commit comments