This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-15
Channels
- # announcements (2)
- # aws (1)
- # beginners (200)
- # calva (136)
- # cider (32)
- # clj-kondo (1)
- # cljs-dev (14)
- # cljsrn (19)
- # clojure (147)
- # clojure-argentina (1)
- # clojure-dev (144)
- # clojure-nl (2)
- # clojure-spec (14)
- # clojure-turkiye (1)
- # clojure-uk (1)
- # clojurescript (7)
- # data-science (1)
- # datomic (5)
- # duct (6)
- # figwheel (2)
- # fulcro (4)
- # graalvm (10)
- # graphql (1)
- # immutant (1)
- # joker (4)
- # off-topic (30)
- # om (1)
- # re-frame (11)
- # reagent (2)
- # reitit (4)
- # shadow-cljs (63)
- # testing (1)
- # tools-deps (7)
no, the desired effect is to have a different filename result when run on a different os. e.g. if i build on macos, i want bin-name.macos, on windows i want bin-name.exe, etc. i guess i can just rename the output when done along with moving it to the desired directory. i am aiming for the effect of a single cloning of a repository (in combination with git lfs) to result in no additional downloads or builds being necessary in order to use the result - at least for various linuxen, macos, and windows.
thanks for the guess, it was helpful -- now if i didn't have to make 3 different aliases in deps.edn 🙂
fwiw, although specifying a path with -H:Name worked, there also appears to be -H:Path=FileSystemPath -- via: https://github.com/oracle/graal/blob/befc159f4898e81648f4ec499c4fe8e9659a5f9f/substratevm/OPTIONS.md