diff options
-rw-r--r-- | Makefile.bundle.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in index 4bba01c78..f3096eb46 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -47,6 +47,7 @@ bundle: all $(Q)mkdir -p "$(BUNDLE_DIR)/scripts" $(Q)mkdir -p "$(TTD_DIR)" $(Q)mkdir -p "$(AI_DIR)" + $(Q)mkdir -p "$(GAME_DIR)" $(Q)mkdir -p "$(BASESET_DIR)" $(Q)mkdir -p "$(LANG_DIR)" ifdef OSXAPP |