Skip to content

Commit

Permalink
make: Workaround limitation in Naia regarding targets
Browse files Browse the repository at this point in the history
Naia's Makefile.wmltools does not currently support us not needing any
specific configuration sets besides the __WMLUNITS__ set, so without a
dummy configuration set it's impossible to make any configuration
set-dependent targets with it (test, stats).

(CC #76)
  • Loading branch information
irydacea committed Aug 9, 2020
1 parent 5520e29 commit 864450d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ EXTRASYMS := ENABLE_DWARVISH_RUNESMITH,ENABLE_DWARVISH_ARCANISTER
DIST_VERSION_FILE := dist/VERSION

DIFFICULTIES := EASY NORMAL HARD
PACKS := \
CAMPAIGN_INVASION_FROM_THE_UNKNOWN_EPISODE_I \
CAMPAIGN_INVASION_FROM_THE_UNKNOWN_EPISODE_II
PACKS := __DUMMY_CONFIG_SET__

SCENARIO_DIRS := scenarios

Expand Down

0 comments on commit 864450d

Please sign in to comment.