aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 12:31:51 +0000
committerFuwn <[email protected]>2021-05-17 12:31:51 +0000
commitf5d7aca63558e52a2eef37b1d0ca850fcac96626 (patch)
tree03e185eae4133bd6cc717377826744424278a708 /Makefile.toml
parentfix(docker): wrong port being exposed for api (diff)
downloadwhirl-f5d7aca63558e52a2eef37b1d0ca850fcac96626.tar.xz
whirl-f5d7aca63558e52a2eef37b1d0ca850fcac96626.zip
fix(make): makefile and license auto-extended
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index fec5a68..94cddc5 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -2,6 +2,8 @@
# | Variables |
# -------------
[env]
+CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
+
# This variable will vary depending on where you installed Worlds, ideally, you
# should know the correct value for your own system.
#
@@ -9,7 +11,7 @@
# someone within the Whirlsplash Discord server;
# https://discord.com/invite/8hn6padWF6.
#
-# See line 49!
+# See line 54!
WORLDS_PATH = "C:\\Program Files (x86)\\Worlds Inc\\WorldsPlayer - Win7\\WorldsPlayer.exe"
# ------------