Skip to content

Commit

Permalink
Add lgmp path to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
czystyl committed Feb 9, 2019
1 parent 9f525cc commit 9775f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/components-macos/app/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ targets:
- Sources
settings:
HEADER_SEARCH_PATHS: '$(STDLIB_PATH)'
LIBRARY_SEARCH_PATHS: '$(STDLIB_PATH)'
OTHER_LDFLAGS: ' -framework Cocoa'
LIBRARY_SEARCH_PATHS: '$(STDLIB_PATH) /usr/local/lib/'
OTHER_LDFLAGS: ' -framework Cocoa -lgmp'
configFiles:
Debug: Resources/env.xcconfig
Release: Resources/env.xcconfig
Expand Down

0 comments on commit 9775f26

Please sign in to comment.