Skip to content

Commit

Permalink
Merge pull request numba#988 from sklam/fix/iss987
Browse files Browse the repository at this point in the history
Fix FreeBsd build
  • Loading branch information
sklam authored and esc committed Sep 18, 2023
1 parent 3ac921a commit 58d0339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/Makefile.freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIBS = $(LLVM_LIBS)
INCLUDE = core.h
SRC = assembly.cpp bitcode.cpp core.cpp initfini.cpp module.cpp value.cpp \
executionengine.cpp transforms.cpp passmanagers.cpp targets.cpp dylib.cpp \
linker.cpp object_file.cpp
linker.cpp object_file.cpp orcjit.cpp
OUTPUT = libllvmlite.so

all: $(OUTPUT)
Expand Down

0 comments on commit 58d0339

Please sign in to comment.