Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Jan 2, 2025
1 parent 5654ad9 commit 0a9387e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dh $@ --parallel --builddirectory=build

override_dh_auto_build:
dh_auto_build $@ -- prefix=/usr
dh_auto_build $@ -- prefix=/usr CC=$(CC) CXX=$(CXX)

override_dh_auto_install:
dh_auto_install $@ -- prefix=/usr \
Expand Down
2 changes: 1 addition & 1 deletion fdpp/clang.mak
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CLANG_VER := 16
GCC_VER := $(shell $(CXX) --version 2>&1 | head -n 1 | grep GCC | \
sed -E 's/.+ \(GCC\) ([^.]+)\.[^.]+\.[^ ]+.*/\1/')
ifeq ($(GCC_VER),)
$(error unknown compiler)
$(error unknown compiler $(CXX) $(shell $(CXX) --version))
endif
endif
FLEX = $(shell which flex 2>/dev/null)
Expand Down

0 comments on commit 0a9387e

Please sign in to comment.