Blender Git Loki
Git Commits -> Revision 241f05d
Revision 241f05d by Ankit Meel (master) March 29, 2021, 16:55 (GMT) |
macOS/bpy: accommodate portable builds, and multi-config generators. Old code's `install` step did not guarantee that all script files will be copied from source folder to build folder _before_ copying from build folder to site-packages. That caused incomplete installation. Fixed by copying scripts etc., only once. Also match the behavior on Linux: install to site-packages only if `WITH_INSTALL_PORTABLE` is OFF. Also fix install and launch issues with Xcode. |
Commit Details:
Full Hash: 241f05d53c32323c6d4bb8b179b87ec62b5f3a57
Parent Commit: 77ac67d
Lines Changed: +15, -13
1 Modified Path:
/source/creator/CMakeLists.txt (+15, -13) (Diff)