mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Get it compiling
This commit is contained in:
committed by
Travis McLane
parent
c158fd369a
commit
852bbd148c
8
v2/internal/system/system_darwin.go
Normal file
8
v2/internal/system/system_darwin.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build darwin
|
||||
|
||||
package system
|
||||
|
||||
func (i *Info) discover() error {
|
||||
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user