Initial code for remote push over OSC
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a00020e597
commit
e83d514eb6
3 changed files with 196 additions and 1 deletions
|
|
@ -187,6 +187,14 @@ ifeq ($(WITH_LTO),true)
|
|||
LINK_FLAGS += -fno-strict-aliasing -flto -Werror=odr -Werror=lto-type-mismatch
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# optional liblo
|
||||
|
||||
ifeq ($(HAVE_LIBLO),true)
|
||||
BASE_FLAGS += $(LIBLO_FLAGS)
|
||||
LINK_FLAGS += $(LIBLO_LIBS)
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# fallback path to resource files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue