We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2044096 commit 95d919eCopy full SHA for 95d919e
build/debian/rules
@@ -3,7 +3,7 @@
3
export PREFIX := /usr
4
5
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))
+debug_prefix_map_arg := -fdebug-prefix-map=$(abspath ../src)=$(PREFIX)/src/$(patsubst %-dbgsrc,%,$(dbgsrc_pkg_name))
7
8
export PRORAB_INSTALL_DBGSRC := true
9
build/vcpkg/vcpkg.json.in
@@ -15,7 +15,7 @@
15
},
16
{
17
"name" : "myci",
18
- "host" : true
+ "host" : false
19
20
"utki",
21
"papki"
0 commit comments