Browse Source

Fix static build

Signed-off-by: falkTX <falktx@falktx.com>
pull/192/head
falkTX 3 years ago
parent
commit
087b459061
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      dpf
  2. +4
    -0
      src/override/Scene.cpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 215fc2317efe822abf5eb545f422eedbb473693d
Subproject commit 1add41ad99e983e19d539efaa19842b5cfba3e10

+ 4
- 0
src/override/Scene.cpp View File

@@ -46,6 +46,10 @@
# undef DEBUG
#endif

#ifdef STATIC_BUILD
# undef HAVE_LIBLO
#endif

#ifdef HAVE_LIBLO
# include <lo/lo.h>
#endif


Loading…
Cancel
Save