Skip to content
Snippets Groups Projects
Commit 01162c3f authored by Khalid Masum's avatar Khalid Masum Committed by Jean-Baptiste Kempf
Browse files

src/Makefile: fix emscripten library object conflict

Several posix related headers are added when they are compiled
for EMSCRIPTEN. However these headers are already served from
other parts of code, mainly with !HAVE_DARWIN and !OS2. Which
implies If it is not compiled for darwin (which is true for
emscripten) some posix libraries are added. And when the
emscripten section of the code adds them again, it creates a clash.

Fix this problem by removing such double addition of sources from
emscripten.
parent fa0e5dec
No related branches found
No related tags found
1 merge request!4020src/Makefile: fix emscripten library object conflict
Pipeline #371061 passed with stage
in 17 minutes and 46 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment