diff options
author | Al Poole <netstar@gmail.com> | 2017-06-08 10:51:37 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-06-08 10:51:39 -0700 |
commit | eafe0c74e13f1a379c219e03f754f8d47e237e27 (patch) | |
tree | 48456fc197634a4199ea9df1c524f783b673ece0 /src/Makefile_Efl.am | |
parent | 0ecf044080553da8ae149278cd4cc957ed8d559b (diff) | |
download | efl-eafe0c74e13f1a379c219e03f754f8d47e237e27.tar.gz |
efl_debugd: only compile this on Linux.
Summary:
Well, the build is broken again on BSD and Windows.
efl_debugd is full of lots lovely Linuxisms. Just
don't compile.
This unbreaks the build for FreeBSD and others.
Reviewers: cedric, raster, jpeg
Reviewed By: jpeg
Subscribers: JackDanielZ, jpeg
Differential Revision: https://phab.enlightenment.org/D4946
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/Makefile_Efl.am')
-rw-r--r-- | src/Makefile_Efl.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am index f501c8254f..921024c7d7 100644 --- a/src/Makefile_Efl.am +++ b/src/Makefile_Efl.am @@ -168,7 +168,7 @@ bin_PROGRAMS += bin/efl/efl_debug # macOS/windows without commenting out most of the code. So, instead of # having an efl_debugd that won't do anything on macOS, we just wont't # compile it, until we've made it cross-platform. -if !HAVE_OSX +if HAVE_LINUX bin_PROGRAMS += bin/efl/efl_debugd endif |