Skip to content

Commit fcbb02a

Browse files
committed
Fix build issues on mac and win
1 parent 9056358 commit fcbb02a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

native/src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ set(CEFFX_SRCS_MAC
164164
)
165165
set(CEFFX_SRCS_WINDOWS
166166
critical_wait_win.cpp
167-
jni_util_win.cpp
168167
ceffx_dll.rc
169168
temp_window_win.cc
170169
temp_window_win.h

native/src/display_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ void DisplayHandler::OnFaviconURLChange(
180180
"(Lcom/techsenger/ceffx/core/browser/CefBrowser;[Ljava/lang/String;)V",
181181
jbrowser.get(),
182182
jurls);
183-
}
183+
}

0 commit comments

Comments
 (0)