There was an error while loading. Please reload this page.
1 parent 6d90ffb commit 5603d53Copy full SHA for 5603d53
1 file changed
.github/workflows/build-macos-libs.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
mkdir -p libs/macos
47
cp libglfw.3.dylib libs/macos/
48
+ cp libglfw.3.dylib libs/macos/libglfw.dylib
49
cp libGLEW.dylib libs/macos/
50
echo "Architecture check:"
51
lipo -info libs/macos/libglfw.3.dylib
0 commit comments