mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
force the copy in case the target files are read-only as pointed out by petev in Bug 628
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# See README.buildroot
|
||||
|
||||
CONFIG_UPDATE = cp package/gnuconfig/config.sub package/gnuconfig/config.guess
|
||||
CONFIG_UPDATE = cp -f package/gnuconfig/config.sub package/gnuconfig/config.guess
|
||||
|
||||
Reference in New Issue
Block a user