Skip to content

Commit 1201df5

Browse files
committedJul 22, 2018
fix c7e914c
1 parent 7b36737 commit 1201df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
9292
MAKEFLAGS += -j$(NUMJOBS)
9393
endif
9494

95-
ifneq ($(DISTRIBUTION),"xenial")
95+
ifneq ($(DISTRIBUTION),xenial)
9696
CMAKE_OPTS += -DWITH_QSPATIALITE=TRUE
9797
endif
9898

0 commit comments

Comments
 (0)
Please sign in to comment.