mirror of
https://github.com/corda/corda.git
synced 2025-03-17 17:45:17 +00:00
ssl makeflags should never have been checked in
This commit is contained in:
parent
05321e97f9
commit
e3d45691ff
2
makefile
2
makefile
@ -225,7 +225,7 @@ $(jni-objects): $(bld)/%.o: $(classpath)/%.cpp
|
||||
|
||||
$(jni-library): $(jni-objects)
|
||||
@echo "linking $(@)"
|
||||
$(cc) $(lflags) $(shared) $(^) -o $(@) -lssl -lcrypto
|
||||
$(cc) $(lflags) $(shared) $(^) -o $(@)
|
||||
|
||||
$(executable): $(interpreter-objects) $(stdcpp-objects)
|
||||
@echo "linking $(@)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user