Compare commits

..

2 Commits

Author SHA1 Message Date
IvanInventor 851e049ebf
Merge 3d4d41e129 into dd62b9685f 2024-01-08 06:55:28 +00:00
Vano 3d4d41e129 CMake test project rewrite, test script exports before running test 2024-01-08 08:55:05 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if(${PLATFORM} STREQUAL "WEB")
PREFIX "lib"
SUFFIX ".wasm"
)
elseif(${PLATFORM} STREQUAL "MACOS" OR ${PLATFORM} STREQUAL "IOS")
elseif(${PLATFORM} STREQUAL "MACOS")
# TODO: create framework with cmake FRAMEWORK property
# or with template file
message(WARNING "Mac/IOS framework configuration is not tested and may not work.")