Commit 49cd676
authored
Hopefully fix static build issue in CI (#810)
In CI we sometimes get this error:
```
/usr/bin/ld: cannot find third_party/duckdb/build/release/libduckdb_bundle.a: No such file or directory
```
The intent of this change is to avoid that by adding a correct
dependency on the `.a` file in case of a static build.1 parent fc78e6d commit 49cd676
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | | - | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments