Fix Emscripten build of libraries (#762)
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 11 Dec 2019 15:38:52 +0000 (16:38 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2019 15:38:52 +0000 (16:38 +0100)
commitde12f85a9452c7b10e1e5c0f69c2d959f698ba10
tree81ad606f32c46ed881f15ef41e63fabede974e0f
parent3d4ee621567db575f90e0145f4dae4abd9ce5c6d
Fix Emscripten build of libraries (#762)

Updating the libraries native build to use native cmake support for the
position independent code has broken emscripten build. This change
disables that for Emscripten.
src/libraries/Native/Unix/CMakeLists.txt