Skip to content

Commit

Permalink
fix undefined reference to dlopen, etc (apache#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored and wweic committed Apr 10, 2019
1 parent 3ce857a commit 7f358f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ include_directories("3rdparty/compiler-rt")

# initial variables
set(TVM_LINKER_LIBS "")
set(TVM_RUNTIME_LINKER_LIBS "")
set(TVM_RUNTIME_LINKER_LIBS ${CMAKE_DL_LIBS})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# Generic compilation options
Expand Down

0 comments on commit 7f358f8

Please sign in to comment.