Skip to content

Commit

Permalink
Tested locally, should build now
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitd2 committed Jul 16, 2024
1 parent a9890bd commit d4b8eea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions platforms/linux-ppc64le/meson.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ nm = 'powerpc64le-linux-gnu-gcc-nm'
ld = 'powerpc64le-linux-gnu-gcc-ld'
strip = 'powerpc64le-linux-gnu-strip'
ranlib = 'powerpc64le-linux-gnu-gcc-ranlib'
pkg-config = ['powerpc64le-linux-gnu-pkg-config', '--static']
#exe_wrapper = 'qemu-ppc64le-static'
#exe_wrapper = 'qemu-s390x-static'

[built-in options]
libdir = 'lib'
datadir = '/usr/share'
localedir = '/usr/share/locale'
sysconfdir = '/etc'
localstatedir = '/var'
wrap_mode = 'nofallback'

0 comments on commit d4b8eea

Please sign in to comment.