Skip to content

Commit

Permalink
Remove disis_wiimote from Linux compile, as cwiid doesn't compile wit…
Browse files Browse the repository at this point in the history
…h gcc14.
  • Loading branch information
agraef committed Jun 11, 2024
1 parent c058aa7 commit 2dbaedc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions externals/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,6 @@ cyclone_clean:
#------------------------------------------------------------------------------#
# DISIS
disis:
ifneq ($(OS_NAME),windows)
ifneq ($(OS_NAME),darwin)
cd $(externals_src)/disis/cwiid && aclocal && autoconf && \
./configure --without-python && make
endif
endif
make -C $(externals_src)/disis PD_PATH=$(pd_src) pdbinpath=$(pd_src)/src CFLAGS="$(CFLAGS_ADD)"

disis_install:
Expand Down
2 changes: 0 additions & 2 deletions externals/disis/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class.sources = disis_phasor~.c
disis_munger~.class.sources = disis_munger.c ADSR.c
define forLinux
class.sources += disis_netsend.c disis_netreceive.c
disis_wiimote.class.sources = disis_wiimote.c
disis_wiimote.class.ldlibs = $(CWIID_LIB_STATIC) -lbluetooth -lpthread
endef
define forDarwin
class.sources += disis_netsend.c disis_netreceive.c
Expand Down

0 comments on commit 2dbaedc

Please sign in to comment.