We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7adc1 commit 1f250a9Copy full SHA for 1f250a9
1 file changed
tests/app/makefile
@@ -1,9 +1,13 @@
1
include prorab.mk
2
include prorab-test.mk
3
4
+$(eval $(call prorab-config, ../../config))
5
+
6
this_name := ruisapp-test
7
-$(eval $(call prorab-config, ../../config))
8
+ifeq ($(config), emsc)
9
+ this_name := $(this_name).html
10
+endif
11
12
this_srcs += $(call prorab-src-dir, src)
13
@@ -46,7 +50,16 @@ else ifeq ($(os),linux)
46
50
this_ldflags += -rdynamic
47
51
endif
48
52
49
-this_ldlibs += -ltml -lruis -lutki -lpapki -lm
53
+this_ldlibs += -l tml
54
+this_ldlibs += -l ruis
55
+this_ldlibs += -l utki
56
+this_ldlibs += -l papki
57
+this_ldlibs += -l m
58
59
60
+ this_ldflags += -sWASM=1
61
+ this_ldflags += -sSINGLE_FILE
62
63
64
$(eval $(prorab-build-app))
65
0 commit comments