Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jolynch committed Apr 16, 2024
1 parent bd63a7f commit de4edaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ Note that the compiled `libjvmquake.so` does not link against JVM libraries,
so it _should be portable_ to any instance running on the same architecture:
```
$ ldd build/libjvmquake-linux-x86_64.so
linux-vdso.so.1 (0x00007ffd2c1c2000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007b5ed4400000)
/lib64/ld-linux-x86-64.so.2 (0x00007b5ed46ae000)
linux-vdso.so.1 (0x...)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x...)
/lib64/ld-linux-x86-64.so.2 (0x...)
```

We currently [test](.github/workflows/ci.yml) every commit and the released
Expand Down

0 comments on commit de4edaa

Please sign in to comment.