mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
build_wxwidgets now loops over two architectures; change install path...
... to include architecture, so the 64 bit build doesn't destroy the 32, thus the results are found in: /usr/local/i386/lib /usr/local/x86_64/lib whereas before all was in /usr/local/lib. Change the XCode project too, to look for includes and libraries in the new places.
This commit is contained in:
@@ -8614,7 +8614,7 @@
|
||||
WX_CXXFLAGS = "$(WX_CFLAGS)";
|
||||
WX_FLAVOR = debug;
|
||||
WX_LDFLAGS = "-L$(WX_PREFIX)/lib -lwx_osx_cocoau_$(WX_FLAVOR)_xrc-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_webview-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_html-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_qa-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_adv-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_core-$(WX_VER) -lwx_baseu_$(WX_FLAVOR)_xml-$(WX_VER) -lwx_baseu_$(WX_FLAVOR)_net-$(WX_VER) -lwx_baseu_$(WX_FLAVOR)-$(WX_VER)";
|
||||
WX_PREFIX = /usr/local;
|
||||
WX_PREFIX = "/usr/local/$(ARCHS)";
|
||||
WX_VER = 3.1;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
@@ -8941,7 +8941,7 @@
|
||||
WX_CXXFLAGS = "$(WX_CFLAGS)";
|
||||
WX_FLAVOR = release;
|
||||
WX_LDFLAGS = "-L$(WX_PREFIX)/lib -lwx_osx_cocoau_$(WX_FLAVOR)_xrc-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_webview-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_html-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_qa-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_adv-$(WX_VER) -lwx_osx_cocoau_$(WX_FLAVOR)_core-$(WX_VER) -lwx_baseu_$(WX_FLAVOR)_xml-$(WX_VER) -lwx_baseu_$(WX_FLAVOR)_net-$(WX_VER) -lwx_baseu_$(WX_FLAVOR)-$(WX_VER)";
|
||||
WX_PREFIX = /usr/local;
|
||||
WX_PREFIX = "/usr/local/$(ARCHS)";
|
||||
WX_VER = 3.1;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
|
Reference in New Issue
Block a user