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

Add support to parse OTHER_LDFLAGS arg files using '@' #820

Merged
merged 1 commit into from
May 26, 2021

Conversation

dnkoutso
Copy link
Contributor

No description provided.

@dnkoutso dnkoutso requested review from segiddins and amorde May 26, 2021 17:20
@dnkoutso dnkoutso force-pushed the add_support_ldflags_arg_files branch 2 times, most recently from 0d83208 to 888e93f Compare May 26, 2021 17:27
@@ -123,12 +169,15 @@
flags << '-lxml2.2.7.3'
flags << '-l "Pods-AFNetworking iOS Example-AFNetworking"'
flags << '-l"Pods-AFNetworking iOS Example-AFNetworking"'
flags << '@"${PODS_ROOT}/Target Support Files/other_ldflags"'
flags << '@ "${PODS_ROOT}/Target Support Files/other_ldflags"'
Copy link
Member

Choose a reason for hiding this comment

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

is there a test case covering a space between @ and the quoted file path?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe so yes, right above

Copy link
Member

Choose a reason for hiding this comment

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

thanks, I missed it

@dnkoutso dnkoutso force-pushed the add_support_ldflags_arg_files branch from 888e93f to d83ee02 Compare May 26, 2021 17:38
@dnkoutso dnkoutso merged commit e7b69aa into master May 26, 2021
@dnkoutso dnkoutso deleted the add_support_ldflags_arg_files branch May 26, 2021 18:43
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.

3 participants