Skip to content

Commit

Permalink
We don't use C++ in SDL_mixer, and if we did that should be @cxx@
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 21, 2017
1 parent c52e706 commit 063ce15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.in
Expand Up @@ -20,7 +20,6 @@ distfile = $(distdir).tar.gz
EXE = @EXE@
SHELL = @SHELL@
CC = @CC@
CXX = g++
CFLAGS = @BUILD_CFLAGS@
EXTRA_CFLAGS = @EXTRA_CFLAGS@
LDFLAGS = @BUILD_LDFLAGS@
Expand Down

1 comment on commit 063ce15

@sezero
Copy link
Contributor

@sezero sezero commented on 063ce15 Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slouken: There is still the Haiku native midi code which is c++, so we possibly need CXX unless the haiku code can be turned into plain C, no?

Please sign in to comment.