Skip to content

Commit

Permalink
lets see if this will fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Oct 26, 2022
1 parent fc4ee78 commit a447323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ if assetsenv["IS_BASE_FIRMWARE"]:
assetsenv.Dir("#/assets/dolphin"),
DOLPHIN_RES_TYPE="external",
)
assetsenv.NoClean(dolphin_external)
if assetsenv["FORCE"]:
assetsenv.AlwaysBuild(dolphin_external)
assetsenv.Alias("dolphin_ext", dolphin_external)
assetsenv.Clean(dolphin_external, assetsenv.Dir("#/assets/resources/dolphin"))
# assetsenv.Clean(dolphin_external, assetsenv.Dir("#/assets/resources/dolphin"))

# Resources manifest
resources = assetsenv.Command(
Expand Down

0 comments on commit a447323

Please sign in to comment.