Skip to content

Commit

Permalink
meson: move libdir option
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Nov 14, 2021
1 parent 946688c commit 93adcd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion linux-arm64v8/meson.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pkgconfig = '/usr/bin/pkg-config'
strip = '/usr/bin/strip'

[paths]
[built-in options]
libdir = 'lib'
2 changes: 1 addition & 1 deletion linux-armv6/meson.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ strip = '/root/tools/x64-gcc-6.5.0/arm-rpi-linux-gnueabihf/bin/arm-rpi-linux-gnu
pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'
ranlib = '/root/tools/x64-gcc-6.5.0/arm-rpi-linux-gnueabihf/bin/arm-rpi-linux-gnueabihf-gcc-ranlib'

[paths]
[built-in options]
libdir = 'lib'
2 changes: 1 addition & 1 deletion linux-armv7/meson.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ strip = '/usr/bin/arm-linux-gnueabihf-strip'
pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'
ranlib = '/usr/bin/arm-linux-gnueabihf-gcc-ranlib'

[paths]
[built-in options]
libdir = 'lib'
2 changes: 1 addition & 1 deletion linux-x64/meson.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pkgconfig = '/usr/bin/pkg-config'
strip = '/usr/bin/strip'

[paths]
[built-in options]
libdir = 'lib'
2 changes: 1 addition & 1 deletion linuxmusl-arm64v8/meson.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ strip = '/bin/aarch64-linux-musl-strip'
ranlib = '/bin/aarch64-linux-musl-ranlib'
pkgconfig = '/bin/aarch64-linux-musl-pkg-config'

[paths]
[built-in options]
libdir = 'lib'

0 comments on commit 93adcd6

Please sign in to comment.