Skip to content

Commit ec8bc0e

Browse files
committed
Support adding extra aot namespaces and Go platforms
For use in Makefiles that sit in front of this one. For forks that are working on new AOT and platforms.
1 parent 16d4e81 commit ec8bc0e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ AOT-NAMESPACES := \
1919
clojure.string \
2020
clojure.template \
2121
clojure.test \
22-
clojure.walk \
2322
clojure.uuid \
23+
clojure.walk \
2424
glojure.go.io \
2525
glojure.go.types \
26+
$(EXTRA-AOT-NAMESPACES)
2627

2728
OS-TYPE := $(shell bash -c 'echo $$OSTYPE')
2829
OS-NAME := \
@@ -59,6 +60,7 @@ GO-PLATFORMS := \
5960
windows_arm \
6061
windows_amd64 \
6162
js_wasm \
63+
$(EXTRA-GO-PLATFORMS)
6264

6365
GLJ-IMPORTS=$(foreach platform,$(GO-PLATFORMS) \
6466
,pkg/gen/gljimports/gljimports_$(platform).go)

0 commit comments

Comments
 (0)