The use of `-lobjc` resulted in this test failing to build on Linux. The flag is not necessary, this removes the flag with the expectation it will fix the test on Linux.
4 lines
72 B
Makefile
4 lines
72 B
Makefile
OBJCXX_SOURCES := main.mm
|
|
CXX_SOURCES := lib.cpp
|
|
include Makefile.rules
|