Skip to content

Commit

Permalink
Merge pull request #18 from beaumccartney/fix-mac-dynlib-build
Browse files Browse the repository at this point in the history
fix -DSOKOL_GLCORE33 (to -DSOKOL_GLCORE) in macos dynlib build script
  • Loading branch information
floooh authored Sep 1, 2024
2 parents eb025a8 + 962174d commit 67d7286
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sokol/build_clibs_macos_dylib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ build_lib_release sokol dylib/sokol_dylib_macos_arm64_metal_release SOKOL_METAL
build_lib_debug sokol dylib/sokol_dylib_macos_arm64_metal_debug SOKOL_METAL arm64
build_lib_release sokol dylib/sokol_dylib_macos_x64_metal_release SOKOL_METAL x86_64
build_lib_debug sokol dylib/sokol_dylib_macos_x64_metal_debug SOKOL_METAL x86_64
build_lib_release sokol dylib/sokol_dylib_macos_arm64_gl_release SOKOL_GLCORE33 arm64
build_lib_debug sokol dylib/sokol_dylib_macos_arm64_gl_debug SOKOL_GLCORE33 arm64
build_lib_release sokol dylib/sokol_dylib_macos_x64_gl_release SOKOL_GLCORE33 x86_64
build_lib_debug sokol dylib/sokol_dylib_macos_x64_gl_debug SOKOL_GLCORE33 x86_64
build_lib_release sokol dylib/sokol_dylib_macos_arm64_gl_release SOKOL_GLCORE arm64
build_lib_debug sokol dylib/sokol_dylib_macos_arm64_gl_debug SOKOL_GLCORE arm64
build_lib_release sokol dylib/sokol_dylib_macos_x64_gl_release SOKOL_GLCORE x86_64
build_lib_debug sokol dylib/sokol_dylib_macos_x64_gl_debug SOKOL_GLCORE x86_64

rm *.o

0 comments on commit 67d7286

Please sign in to comment.