Skip to content

Commit

Permalink
Fix the fake backend build
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed Dec 15, 2022
1 parent a35d9e2 commit bdac951
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/addon/fake_backend.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef SDL_FOUND

#include "fake_display.h"
#include "fake_backend.h"
#include "type.h"

Napi::FunctionReference g_displayConstructor;
Expand Down

0 comments on commit bdac951

Please sign in to comment.