Skip to content

Commit

Permalink
Merge pull request #2195 from billhollings/restore-dylib-directory
Browse files Browse the repository at this point in the history
To support legacy apps, restore MoltenVK/dylib directory.
  • Loading branch information
billhollings authored Mar 26, 2024
2 parents 73f2b8c + 363d486 commit e97ec49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docs/Whats_New.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ MoltenVK 1.2.9

Released TBD


- To support legacy apps, restore `MoltenVK/dylib` directory via symlink to `MoltenVK/dynamic/dylib`.
- Add `MVKPerformanceTracker::previous` to track latest-but-one performance measurements.


MoltenVK 1.2.8
Expand Down
4 changes: 4 additions & 0 deletions Scripts/package_dylibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ copy_dylib "" "macOS"
#copy_dylib "-appletvsimulator" "tvOS-simulator"
#copy_dylib "-xrvos" "xrOS"
#copy_dylib "-xrsimulator" "xrOS-simulator"

# For legacy support, symlink old dylib location to new location
ln -sfn "dynamic/dylib" "${mvk_pkg_prod_path}/dylib"

0 comments on commit e97ec49

Please sign in to comment.