mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
An attempt to fix appveyor build
This commit is contained in:
parent
7685126e66
commit
1723b61ec0
@ -65,7 +65,7 @@ CXXFLAGS=-std=c++11 -pthread -I$(ROOT)/include -fPIC $(TOMCRYPT_COMPILE)
|
||||
LDFLAGS=-pthread -L$(LIB) -Wl,-rpath,'$$ORIGIN/../lib' $(TOMCRYPT_LINK)
|
||||
|
||||
LINK=c++
|
||||
LINK_LIBS=-lfbclient -ltomcrypt
|
||||
LINK_LIBS=-lfbclient -ltomcrypt -ltommath
|
||||
|
||||
$(INTERMED)/%.o: ./%.cpp
|
||||
$(CXX) $(CXXFLAGS) -c $(firstword $<) -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user