Skip to content

Commit

Permalink
[unity] Add missing build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfa committed Nov 16, 2020
1 parent ef1a915 commit af0e582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/unity/tools/src/backend/tools/tasks/Setup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class Setup extends tools.Task {
finalHxml.push('-cs bin');
finalHxml.push('-D dll');
finalHxml.push('-D no-root');
finalHxml.push('-D ceramic_render_pos_indice');

if (Sys.systemName() == 'Mac') {
// TODO smarter unity detection
Expand Down

0 comments on commit af0e582

Please sign in to comment.