]> git.ipfire.org Git - thirdparty/zstd.git/commit
[meson] Explicitly disable assembly for non clang/gcc copmilers 2972/head
authorNick Terrell <terrelln@fb.com>
Wed, 5 Jan 2022 00:05:59 +0000 (16:05 -0800)
committerNick Terrell <terrelln@fb.com>
Wed, 5 Jan 2022 00:05:59 +0000 (16:05 -0800)
commitc4f5116e95d7aee1fb36f64ce074fc1187630398
treee8d20dcc4a81ec259f746659360da7eef42b8256
parent6c500423553ee6e52afbcd71a5fc80591ffb9dd0
[meson] Explicitly disable assembly for non clang/gcc copmilers

After merging #2951 I realized that we will want to explicitly disable
assembly when we aren't including the assembly source file. Otherwise,
if some non clang/gcc compiler does support assembly, it would fail to
build.
build/meson/lib/meson.build