mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 21:10:54 +08:00
[darwin, inspector] Fix build (#2082)
This commit is contained in:
parent
f6e46ac1c3
commit
0607777bec
@ -2,6 +2,10 @@
|
||||
|
||||
package darwin
|
||||
|
||||
import (
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
func showInspector(context unsafe.Pointer) {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user