You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a working progress and doesn't produce a valid build yet.
Note that I don't plan to include static libs in the weekly builds. The static builds will only by available via the build script.
See: #36, #84, #180, #201
Also relevant: #219
The test build doesn't currently work and returns errors like:
```
/usr/bin/ld: unknown architecture of input file `/data/pdfium-binaries/staging/lib/libpdfium.a(fpdf_formfill.o)' is incompatible with i386:x86-64 output
```
I managed to make it pass by installing `lld` and passing `CMAKE_EXE_LINKER_FLAGS=-Wl,-m,elf_x86_64,-fuse-ld=lld`, but the executable crashed, so I prefered not to include this change.
0 commit comments