Compare commits
2 Commits
cbbac9aa70
...
851e049ebf
Author | SHA1 | Date |
---|---|---|
|
851e049ebf | |
|
3d4d41e129 |
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue