Skip to content

Commit 95d919e

Browse files
committed
debian: fix dbgsrc path
1 parent 2044096 commit 95d919e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export PREFIX := /usr
44

55
dbgsrc_pkg_name := $(filter %-dbgsrc, $(shell awk '/^Package: /{print $2}' debian/control))
6-
debug_prefix_map_arg := -fdebug-prefix-map=$(shell pwd)/src=$(PREFIX)/src/$(patsubst %-dbgsrc,%,$(dbgsrc_pkg_name))
6+
debug_prefix_map_arg := -fdebug-prefix-map=$(abspath ../src)=$(PREFIX)/src/$(patsubst %-dbgsrc,%,$(dbgsrc_pkg_name))
77

88
export PRORAB_INSTALL_DBGSRC := true
99

build/vcpkg/vcpkg.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"name" : "myci",
18-
"host" : true
18+
"host" : false
1919
},
2020
"utki",
2121
"papki"

0 commit comments

Comments
 (0)