diff options
| author | Pietro Gagliardi <[email protected]> | 2018-08-12 09:17:01 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-08-12 09:17:01 -0400 |
| commit | c91b665da35ce987c2143ebbc141c7d04b6c27c5 (patch) | |
| tree | c161d8a73e81740e9329e18a553ceda49247c884 /AAA_GOFILES/link_darwin_amd64.go | |
| parent | f0fb0f4f7e36b70c61a6cbcc6a2875946a6beec2 (diff) | |
Migrated main.go. Migrated link_darwin_amd64.go and removed -DMACOSX_DEPLOYMENT_TARGET (see libui commit aa28904408fb75ae8042c616982c13cbe2a5a784). This should be two separate commits but I screwed up.
Diffstat (limited to 'AAA_GOFILES/link_darwin_amd64.go')
| -rw-r--r-- | AAA_GOFILES/link_darwin_amd64.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/AAA_GOFILES/link_darwin_amd64.go b/AAA_GOFILES/link_darwin_amd64.go deleted file mode 100644 index 687a62a..0000000 --- a/AAA_GOFILES/link_darwin_amd64.go +++ /dev/null @@ -1,7 +0,0 @@ -// 13 december 2015 - -package ui - -// #cgo CFLAGS: -mmacosx-version-min=10.8 -DMACOSX_DEPLOYMENT_TARGET=10.8 -// #cgo LDFLAGS: ${SRCDIR}/libui_darwin_amd64.a -framework Foundation -framework AppKit -mmacosx-version-min=10.8 -import "C" |
