We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff9caa commit e9b8019Copy full SHA for e9b8019
test/fpm_test/test_toml.f90
@@ -1342,7 +1342,7 @@ subroutine feature_collection_roundtrip(error)
1342
1343
! Variant 2: any compiler on macOS → Accelerate framework
1344
fc%variants(2)%name = "my_blas"
1345
- fc%variants(1)%platform = platform_config_t("all",OS_MACOS)
+ fc%variants(2)%platform = platform_config_t("all",OS_MACOS)
1346
fc%variants(2)%link_time_flags = "-framework Accelerate"
1347
1348
! Round-trip via the generic serialization tester
0 commit comments