13
0
livetrax/libs/backends/jack
Robin Gareus 06b2eb1c27
Explicitly use OSX
Previously this was inherited via PBD.

On MacOS/X,  this adds
  "-undefined dynamic_lookup -flat_namespace"
and various "-framework .." options to linkflags

Without this flag, .dylibs fail to link usually because
of missing `-lintl` (Undefined symbols: "_libintl_dgettext")

On other systems this is a NO-OP:
CFLAGS_OSX, CXXFLAGS_OSX and LINKFLAGS_OSX
are only set on the darwin platform.
2020-01-25 04:07:41 +01:00
..
jack_api.cc
jack_audiobackend.cc add a bit of debugging to JACK transport code 2019-11-15 16:06:04 -07:00
jack_audiobackend.h
jack_connection.cc
jack_connection.h
jack_portengine.cc
jack_session.cc eliminate hacky design for being able to deliver the correct time as JACK timebase master 2019-11-15 16:04:58 -07:00
jack_session.h
jack_utils.cc
jack_utils.h
weak_libjack.c
weak_libjack.def
weak_libjack.h
wscript Explicitly use OSX 2020-01-25 04:07:41 +01:00