Fix cross component builderror - CMakeLists.txt for PAL (dotnet/coreclr#9819)
authorHyeongseok Oh <hseok82.oh@samsung.com>
Tue, 28 Feb 2017 13:09:37 +0000 (22:09 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 28 Feb 2017 13:09:37 +0000 (14:09 +0100)
commit4143bc976bdf2b4bd01cbcc211a9d59216ef07ed
treee91ac909ca4a22b78ac12f89e8a1014b79d45889
parentc67db3d218e2e2f24a33bb94b5323deeed7fc3f5
Fix cross component builderror - CMakeLists.txt for PAL (dotnet/coreclr#9819)

define & use PAL_ARCH_SOURCES_DIR in PAL CMakeLists.txt to build assembly based on platform architecture.
root/CMakeLists.txt defines ARCH_SOURCES_DIR based on target architecture.

Commit migrated from https://github.com/dotnet/coreclr/commit/67032ee80de8d219146b9ac192609884f784f23b
src/coreclr/src/pal/src/CMakeLists.txt