Skip to content

Commit 83093a1

Browse files
committed
Fix: MacOS CEF xxx.app 包在开发环境时使用ln > helper 进程
1 parent 1006883 commit 83093a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lcl/callback_posix.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
package lcl
1313

14-
// #cgo darwin CFLAGS: -mmacosx-version-min=10.15
15-
// #cgo darwin LDFLAGS: -mmacosx-version-min=10.15
14+
// #cgo darwin CFLAGS: -mmacosx-version-min=10.12
15+
// #cgo darwin LDFLAGS: -mmacosx-version-min=10.12
1616
// #include <stdint.h>
1717
//
1818
// extern void* doEventCallbackProc(uintptr_t f, void* args, long argcount);

0 commit comments

Comments
 (0)