added boot flag.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
:profiles {
|
||||
:dev {
|
||||
:source-paths ["src" "src-common" "src-dev"]
|
||||
:jvm-opts ["-Duse-repl=true"]
|
||||
:jvm-opts ["-Duse-repl=true" "-Dno-steam=true"]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx-tools "1.5.3"]
|
||||
[org.clojure/tools.nrepl "0.2.7"]
|
||||
[slamhound "1.5.5"]
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
(defmacro steamify [steam-version & [regular-version]]
|
||||
(if has-steam?
|
||||
`(if has-steam?
|
||||
`(if (and has-steam? (not (System/getProperty "no-steam")))
|
||||
~steam-version
|
||||
~regular-version)
|
||||
regular-version))
|
||||
|
||||
Reference in New Issue
Block a user