Skip to content

Commit

Permalink
fix: remove linker form install libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart-Steensma committed Jan 19, 2024
1 parent 77bed66 commit f4ab958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ more information.
can also be linked statically.
- [x] Publish the directory tree as an archive as a release. Other more
sophisticated release methods can be used later.
- [ ] Test if it works on x11 and wayland.

- [ ] Cross compile for raspberry pi

Expand Down
1 change: 1 addition & 0 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install(
POST_EXCLUDE_REGEXES
# Compatability with standard C libraries across linux distributions
# is assumed.
".*ld-linux.*\\.so.*"
".*libc\\.so.*"
".*libm\\.so.*"
".*libdbm\\.so.*"
Expand Down

0 comments on commit f4ab958

Please sign in to comment.