Skip to content

Commit

Permalink
meson: disable exe_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Dec 21, 2023
1 parent e99c8f5 commit 2a23f08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fdpp/kernel/toolchain.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ cpp = 'clang++'
strip = 'llvm-strip'
pkg-config = 'pkg-config'

[properties]
needs_exe_wrapper = false

[constants]
arch = 'i386-linux-gnu'

Expand All @@ -13,3 +16,4 @@ system = 'linux'
cpu_family = 'x86'
cpu = 'i386'
endian = 'little'

0 comments on commit 2a23f08

Please sign in to comment.