We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f5114 commit 7328a79Copy full SHA for 7328a79
Makefile
@@ -21,6 +21,8 @@ check:
21
22
install: $(PROJECT_DEPS)
23
$(GEM) install bundler -v 2.3.13
24
+ # https://github.com/eventmachine/eventmachine/issues/960#issuecomment-1332076385
25
+ $(BUNDLE) config build.eventmachine --with-ldflags="-Wl,-undefined,dynamic_lookup"
26
$(BUNDLE) install --path vendor/bundler
27
$(YARN) install
28
0 commit comments