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 556b033 commit dce196bCopy full SHA for dce196b
tests/harness/makefile
@@ -9,14 +9,11 @@ this_soname := 0
9
10
this_srcs += $(call prorab-src-dir, .)
11
12
-this_ldlibs += -lcssom -lpapki
13
-this_ldflags += -L$(d)../../src/out/$(c)
+this_ldlibs += -l papki
+this_ldlibs += ../../src/out/$(c)/libcssom$(dot_so)
14
15
this_no_install := true
16
17
$(eval $(prorab-build-lib))
18
19
-# add dependency on libcssom
20
-$(prorab_this_name): $(abspath $(d)../../src/out/$(c)/libcssom$(dot_so))
21
-
22
$(eval $(call prorab-include, ../../src/makefile))
0 commit comments