This patch adds support for shared library load when the executable is called through ld.so. Differential Revision:https://reviews.llvm.org/D108061
5 lines
110 B
Makefile
5 lines
110 B
Makefile
CXX_SOURCES := main.cpp
|
|
DYLIB_NAME := signal_file
|
|
DYLIB_CXX_SOURCES := signal_file.cpp
|
|
include Makefile.rules
|