Add stub for Windows native parameters
This commit is contained in:
parent
11e7a83eb4
commit
2edda8a960
9
compiler/native/native_windows.go
Normal file
9
compiler/native/native_windows.go
Normal file
@ -0,0 +1,9 @@
|
||||
package native
|
||||
|
||||
import "os"
|
||||
import "path/filepath"
|
||||
import "git.tebibyte.media/fspl/fspl/compiler"
|
||||
|
||||
func nativeResolver () (*compiler.Resolver, error) {
|
||||
// TODO
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user