We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fd93c commit 2231f53Copy full SHA for 2231f53
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
]
21
0 commit comments