Skip to content

Commit 7328a79

Browse files
committedOct 7, 2023
빌드 이슈 해결 (PyTorchKorea#52)
1 parent 31f5114 commit 7328a79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ check:
2121

2222
install: $(PROJECT_DEPS)
2323
$(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"
2426
$(BUNDLE) install --path vendor/bundler
2527
$(YARN) install
2628

0 commit comments

Comments
 (0)