mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 15:10:12 +08:00
Fix necessary recompiling not detected
This commit is contained in:
parent
1b1d0b83e4
commit
f35caf0c44
@ -75,6 +75,7 @@ endef
|
||||
# Avoid installing binaries
|
||||
define Build/InstallDev
|
||||
$(call Build/Compile/Default,clean)
|
||||
rm -f $(STAMP_BUILT)
|
||||
$(call GoPackage/Build/InstallDev,$(1))
|
||||
endef
|
||||
|
||||
|
@ -80,6 +80,7 @@ endef
|
||||
# Avoid installing binaries
|
||||
define Build/InstallDev
|
||||
$(call Build/Compile/Default,clean)
|
||||
rm -f $(STAMP_BUILT)
|
||||
$(call GoPackage/Build/InstallDev,$(1))
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user