X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Fmeson.build;h=b0e6afbbe9d931fc55aa5f21bafd30ae851812d5;hb=a3549d2716d66afaf345f1ae8ffd4eb838383189;hp=e949624b701d9b427e663f1b4cd129f17597ef84;hpb=fa647c5722b86cdabb1ed60701ef7eb6095bbd66;p=dpdk.git diff --git a/app/meson.build b/app/meson.build index e949624b70..b0e6afbbe9 100644 --- a/app/meson.build +++ b/app/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017-2019 Intel Corporation -if host_machine.system() == 'windows' +if is_windows subdir_done() endif @@ -22,9 +22,6 @@ lib_execinfo = cc.find_library('execinfo', required: false) default_cflags = machine_args -# specify -D_GNU_SOURCE unconditionally -default_cflags += '-D_GNU_SOURCE' - foreach app:apps build = true name = app