Skip to content
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

簡易ライブラリリンク方式 #8

Closed
omochi opened this issue Nov 9, 2017 · 1 comment
Closed

簡易ライブラリリンク方式 #8

omochi opened this issue Nov 9, 2017 · 1 comment

Comments

@omochi
Copy link
Owner

omochi commented Nov 9, 2017

以下のスタイル

Yamsのlibrary typeを.dynamicにして、以下のオプションをswiftに渡したらいけた。

        return try execCapture(path: swiftPath, arguments: [
             "-I", "/Users/norio/github/GysbWithYams/.build/x86_64-apple-macosx10.10/debug",
             "-L", "/Users/norio/github/GysbWithYams/.build/x86_64-apple-macosx10.10/debug",
             "-lYams",
             path,
        ])
@omochi
Copy link
Owner Author

omochi commented Nov 10, 2017

SwiftPMに寄せたのでやらない

@omochi omochi closed this as completed Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant