Skip to content

Commit

Permalink
feat: adds os x version build flags to cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Didron committed Aug 5, 2019
1 parent 1e53008 commit 9ab0d20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wally/ergoboot.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
package wally

/*
#cgo darwin CFLAGS: -O2 -Wall
#cgo darwin LDFLAGS: -framework IOKit -framework CoreFoundation
#cgo darwin CFLAGS: -O2 -Wall -mmacosx-version-min=10.8
#cgo darwin LDFLAGS: -framework IOKit -framework CoreFoundation -mmacosx-version-min=10.8
#include "ergoboot.h"
*/
Expand Down

0 comments on commit 9ab0d20

Please sign in to comment.