Skip to content

Commit

Permalink
debian packaging: update libpython detection also on sid (followup 49…
Browse files Browse the repository at this point in the history
…87a56)

(cherry picked from commit 722dd8a)
  • Loading branch information
jef-n committed Mar 8, 2020
1 parent 716349a commit 117da6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -73,10 +73,10 @@ else
TESTMAKE=ninja $(NINJA_OPTS)
endif

ifeq (,$(findstring $(DISTRIBUTION),"focal"))
ifeq (,$(findstring $(DISTRIBUTION),"focal sid"))
PYTHON_LIBRARY=$(shell python3-config --ldflags | sed -e 's\#-L\(.*\) -L/usr/lib -l\([^ ]*\) .*$$\#\1/lib\2.so\#')
else
PYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.8.so
PYTHON_LIBRARY=$(shell python3-config --ldflags --embed | sed -e 's\#-L\(.*\) -L/usr/lib -l\([^ ]*\) .*$$\#\1/lib\2.so\#')
endif

CMAKE_OPTS := \
Expand Down

0 comments on commit 117da6e

Please sign in to comment.