Skip to content

Commit

Permalink
fix debian rules (followup 28e02f8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 10, 2020
1 parent ccc34c7 commit f1e3f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -74,9 +74,9 @@ TESTMAKE=ninja $(NINJA_OPTS)
endif

ifeq (,$(findstring $(DISTRIBUTION),"focal sid"))
PYTHON_LIBRARY=$(shell python3-config --ldflags | sed -e 's#-L\(.*\) -L/usr/lib -l\([^ ]*\) .*$$#\1/lib\2.so#')
PYTHON_LIBRARY=$(shell python3-config --ldflags | sed -e 's,-L\(.*\) -L/usr/lib -l\([^ ]*\) .*$$,\1/lib\2.so,')
else
PYTHON_LIBRARY=$(shell python3-config --ldflags --embed | sed -e 's#-L\(.*\) -L/usr/lib -l\([^ ]*\) .*$$#\1/lib\2.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 f1e3f82

Please sign in to comment.