Skip to content

Commit

Permalink
Fixed compilation when SQL is not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
necropotame committed Dec 1, 2016
1 parent 384a557 commit fc49db9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ config.mysql:Apply(release_sql_settings)

config.icu:Apply(debug_sql_settings)
config.icu:Apply(release_sql_settings)
config.icu:Apply(debug_settings)
config.icu:Apply(release_settings)

if platform == "macosx" then
debug_settings_ppc = debug_settings:Copy()
Expand Down

0 comments on commit fc49db9

Please sign in to comment.