ahrm / sioyek

Sioyek is a PDF viewer with a focus on textbooks and research papers
https://sioyek.info/
GNU General Public License v3.0
7.18k stars 236 forks source link

Compilation issue on non-macos devices #1017

Closed hrdl-github closed 7 months ago

hrdl-github commented 7 months ago

https://github.com/ahrm/sioyek/commit/651e57aaeae9b60f16b255cb6fa260ef11bd124c introduces what I believe are two typos:

https://github.com/ahrm/sioyek/commit/651e57aaeae9b60f16b255cb6fa260ef11bd124c#diff-8b278701fc8d5f6a9c26385012a8443b0cb89f2ea2e24f3aff6571db574ffc68R3582 and https://github.com/ahrm/sioyek/commit/651e57aaeae9b60f16b255cb6fa260ef11bd124c#diff-8b278701fc8d5f6a9c26385012a8443b0cb89f2ea2e24f3aff6571db574ffc68R3592 , which I believe should be #ifndef instead of #ifdef.

ahrm commented 7 months ago

Should be fixed in https://github.com/ahrm/sioyek/commit/b48e66ce2b292949e9531c4b7ee8ff47bb1cebe5.

hrdl-github commented 7 months ago

Indeed.