You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -27,7 +27,7 @@ copy-targets: copy-targets-$(XBUILD_VERSION)
|
||||
|
||||
clean-targets: clean-targets-$(XBUILD_VERSION)
|
||||
|
||||
XBUILD_4_0_PROFILE_DIR=$(topdir)/class/lib/net_4_5
|
||||
XBUILD_4_0_PROFILE_DIR=$(topdir)/class/lib/net_4_x
|
||||
XBUILD_12_0_PROFILE_DIR=$(topdir)/class/lib/xbuild_12
|
||||
XBUILD_14_0_PROFILE_DIR=$(topdir)/class/lib/xbuild_14
|
||||
|
||||
@@ -69,7 +69,7 @@ clean-targets-14.0:
|
||||
|
||||
#allow tests to find older versions of libs and targets
|
||||
ifneq (4.0, $(XBUILD_VERSION))
|
||||
TEST_MONO_PATH := $(topdir)/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)
|
||||
TEST_MONO_PATH := $(topdir)/class/lib/net_4_x$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)
|
||||
copy-targets: copy-targets-4.0
|
||||
clean-targets: clean-targets-4.0
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user