Fix blender_test not re-linked on macOS after changes #106051

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:fix_blender_test into main 2023-03-24 14:11:58 +01:00

1 Commits

Author SHA1 Message Date
Sergey Sharybin db84e7f30a Fix blender_test not re-linked on macOS after changes
buildbot/vexp-code-patch-coordinator Build done. Details
The Linux worked due to the libraries provided as a dependency
via `EXTRA_LIBS "${TEST_LIBS}"` with extra whole archive.

While on Windows and macOS the whole-archive is not needed the
dependency from the library to the blender_test is still needed.

Solves the issue when modifying asset_catalog_test.cc on macOS
does not make blender_test to be relinked.
2023-03-23 16:24:44 +01:00