Commit 45379c1
committed
Remove NIX_PATH check for ipp-crypto build
Instead just check if the submodule is empty, and if it is then proceed
as it was done before.
A better approach could be to not only verify if the ipp-crypto
submodule is not empty but to check that it is up-to-date, and if it is
either empty or out-of-date then proceed as before, meaning, init the
submodule, or clone.
An even better approach: why not have ipp-crypto as an external
dependency like any other dependency? Perhaps there are good reasons not
to do so.1 parent 1e00adf commit 45379c1
1 file changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
62 | 72 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
| |||
0 commit comments