Skip to content

Commit 647d79d

Browse files
committed
removed invalid linker flag, updated readme
1 parent 4703ee2 commit 647d79d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Info.plist for `MoltenVK.framework` (needs to be copied when making a framework
9999
<key>CFBundleExecutable</key>
100100
<string>MoltenVK</string>
101101
<key>CFBundleIdentifier</key>
102-
<string>com.example.test.MoltenVK</string>
102+
<string>com.goki.MoltenVK</string>
103103
<key>CFBundleInfoDictionaryVersion</key>
104104
<string>6.0</string>
105105
<key>CFBundleName</key>

vulkan_ios.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package vulkan
55

66
/*
7-
#cgo LDFLAGS: -F/Users/kaioreilly/Library/goki -framework Foundation -framework Metal -framework QuartzCore -framework IOSurface -framework MoltenVK -lc++
7+
#cgo LDFLAGS: -framework Foundation -framework Metal -framework QuartzCore -framework IOSurface -framework MoltenVK -lc++
88
#cgo CFLAGS: -x objective-c -DVK_USE_PLATFORM_IOS_MVK -v
99
1010
#include "vulkan/vulkan.h"

0 commit comments

Comments
 (0)