Skip to content

Commit

Permalink
Makefile: fix circular dependency in core lib sha512256 patch target
Browse files Browse the repository at this point in the history
  • Loading branch information
antichris committed Jan 28, 2022
1 parent 8fdc0c6 commit 8b24f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ ${dep}coreNPMpkgJson: ${dirCoreNPM}/package.json
## XXX Remove this once LedgerHQ merges PR #764 (or an analogous fix).
${dep}coreLibPatch: ${dep}coreLibSrc
$(call patch,${dirCoreLib},${dirRoot}/core-lib-sha512256-portability-arm64.patch)
$(call mark,${dep}coreLibSrc)
$(call mark,$@)

${dirCoreLib}/tools/generateBindings.sh: ${coreLibGit}
Expand Down

0 comments on commit 8b24f27

Please sign in to comment.