Skip to content

Commit

Permalink
Merge pull request #6 from ptxmac/ptx/macos-dylibs
Browse files Browse the repository at this point in the history
[macOS] Replace MoltenVK framework with dylibs
  • Loading branch information
xlab authored Apr 2, 2021
2 parents 809ed2c + 50371c2 commit 58379a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3.3/glfw/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package glfw
#cgo darwin CFLAGS: -D_GLFW_COCOA -D_GLFW_VULKAN_STATIC -D_GLFW_USE_CHDIR -D_GLFW_USE_MENUBAR -D_GLFW_USE_RETINA -Wno-deprecated-declarations
// Linker Options:
#cgo darwin LDFLAGS: -F/Library/Frameworks -framework Cocoa -framework OpenGL -framework IOKit -framework IOSurface -framework QuartzCore -framework Metal -framework MoltenVK -lc++
#cgo darwin LDFLAGS: -F/Library/Frameworks -framework Cocoa -framework OpenGL -framework IOKit -framework IOSurface -framework QuartzCore -framework Metal -lMoltenVK -lc++
// Linux Build Tags
Expand Down

0 comments on commit 58379a8

Please sign in to comment.