mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Build cloop with -static-libstdc++.
This commit is contained in:
parent
e8765cfb7a
commit
ecaca9c82e
2
extern/cloop/Makefile
vendored
2
extern/cloop/Makefile
vendored
@ -6,7 +6,7 @@ TARGET := release
|
||||
|
||||
CC := $(CC)
|
||||
CXX := $(CXX)
|
||||
LD := $(CXX)
|
||||
LD := $(CXX) -static-libstdc++
|
||||
|
||||
SRC_DIR := src
|
||||
BUILD_DIR := build
|
||||
|
Loading…
Reference in New Issue
Block a user