Skip to content

Simplify build system for WASI #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

kateinoigakukun
Copy link
Member

@kateinoigakukun kateinoigakukun commented Feb 9, 2021

This PR depends on swiftwasm/swift#2733

@kateinoigakukun kateinoigakukun force-pushed the katei/simplify-build-system branch 2 times, most recently from 81a8206 to 08c0561 Compare February 15, 2021 05:05
@kateinoigakukun kateinoigakukun marked this pull request as ready for review February 15, 2021 08:00
@kateinoigakukun
Copy link
Member Author

kateinoigakukun commented Feb 15, 2021

I checked this branch works well, so it's ready for review: https://github.com/swiftwasm/swift/pull/2736/checks?check_run_id=1900758798

@@ -163,6 +163,18 @@ set_target_properties(Foundation PROPERTIES
Swift_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/swift
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_BINARY_DIR}/swift)

if(NOT BUILD_SHARED_LIBS)
add_dependencies(Foundation CoreFoundation uuid)
# TODO(katei): Comment out after swift-frontend implementation

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you clarify what implementation are you referring to here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added 👍

@kateinoigakukun kateinoigakukun force-pushed the katei/simplify-build-system branch from 08c0561 to ed9c432 Compare February 15, 2021 15:44
Copy link

@MaxDesiatov MaxDesiatov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kateinoigakukun kateinoigakukun merged commit d25f8d0 into swiftwasm Feb 15, 2021
@kateinoigakukun kateinoigakukun deleted the katei/simplify-build-system branch February 15, 2021 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants