Skip to content

Commit

Permalink
Add Xcode linker flags to wxAUI library
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 30, 2021
1 parent f111057 commit fb97c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xcode/wxwidgets.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ WXWIDGETS_HEADER_SEARCH_PATHS = "/opt/local/include" "/opt/local/Library/Framewo

WXWIDGETS_LIBRARY_SEARCH_PATHS = "/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/lib"

WXWIDGETS_LINKFLAGS = "-lwx_osx_cocoau_xrc-3.0" "-lwx_osx_cocoau_webview-3.0" "-lwx_osx_cocoau_html-3.0" "-lwx_osx_cocoau_qa-3.0" "-lwx_osx_cocoau_adv-3.0" "-lwx_osx_cocoau_core-3.0" "-lwx_baseu_xml-3.0" "-lwx_baseu_net-3.0" "-lwx_baseu-3.0" "-lwx_osx_cocoau_stc-3.0" "-lwx_osx_cocoau_gl-3.0"
WXWIDGETS_LINKFLAGS = "-lwx_osx_cocoau_xrc-3.0" "-lwx_osx_cocoau_webview-3.0" "-lwx_osx_cocoau_html-3.0" "-lwx_osx_cocoau_qa-3.0" "-lwx_osx_cocoau_adv-3.0" "-lwx_osx_cocoau_core-3.0" "-lwx_baseu_xml-3.0" "-lwx_baseu_net-3.0" "-lwx_baseu-3.0" "-lwx_osx_cocoau_stc-3.0" "-lwx_osx_cocoau_gl-3.0" "-lwx_osx_cocoau_aui-3.0"

0 comments on commit fb97c48

Please sign in to comment.