Skip to content

Commit f2b04c9

Browse files
committed
Support adding extra aot namespaces and got platforms
For use in Makefiles that sit in front of this one. For forks that are working on new AOT and platforms.
1 parent 7a22948 commit f2b04c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ AOT-NAMESPACES := \
2121
clojure.uuid \
2222
glojure.go.types \
2323
glojure.go.io \
24+
$(EXTRA-AOT-NAMESPACES)
2425

2526
OS-TYPE := $(shell bash -c 'echo $$OSTYPE')
2627
OS-NAME := \
@@ -57,6 +58,7 @@ GO-PLATFORMS := \
5758
windows_amd64 \
5859
windows_arm \
5960
js_wasm \
61+
$(EXTRA-GO-PLATFORMS)
6062

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

0 commit comments

Comments
 (0)