5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:13:36 +08:00

Add Javascriptcore include. #1198

This commit is contained in:
Lea Anthony 2022-03-02 20:17:30 +11:00
parent b02dbfaddf
commit c7c068ade0

View File

@ -6,6 +6,7 @@ package linux
/* /*
#cgo linux pkg-config: gtk+-3.0 webkit2gtk-4.0 #cgo linux pkg-config: gtk+-3.0 webkit2gtk-4.0
#include <JavaScriptCore/JavaScript.h>
#include "gtk/gtk.h" #include "gtk/gtk.h"
#include "webkit2/webkit2.h" #include "webkit2/webkit2.h"
#include <stdio.h> #include <stdio.h>