diff options
| author | Fuwn <[email protected]> | 2021-05-17 12:31:51 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 12:31:51 +0000 |
| commit | f5d7aca63558e52a2eef37b1d0ca850fcac96626 (patch) | |
| tree | 03e185eae4133bd6cc717377826744424278a708 /Makefile.toml | |
| parent | fix(docker): wrong port being exposed for api (diff) | |
| download | whirl-f5d7aca63558e52a2eef37b1d0ca850fcac96626.tar.xz whirl-f5d7aca63558e52a2eef37b1d0ca850fcac96626.zip | |
fix(make): makefile and license auto-extended
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 4 |
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" # ------------ |