Skip to content

Commit

Permalink
Makefile.in: added missing CXX variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Apr 6, 2022
1 parent d1f7f9e commit 64c7896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ distfile = $(distdir).tar.gz
@SET_MAKE@
SHELL = @SHELL@
CC = @CC@
CXX = @CXX@
INCLUDE = @INCLUDE@
CFLAGS = @BUILD_CFLAGS@
EXTRA_CFLAGS = @EXTRA_CFLAGS@
Expand Down

0 comments on commit 64c7896

Please sign in to comment.