Skip to content
Snippets Groups Projects
Commit be11bd35 authored by Bernd Machenschalk's avatar Bernd Machenschalk
Browse files

Merge branch 'win64-static-cpp' into 'master'

Link libstdc++ statically (avoid dependency)

See merge request !3
parents 1d3cd675 3c7084c4
No related branches found
No related tags found
1 merge request!3Link libstdc++ statically (avoid dependency)
...@@ -35,6 +35,7 @@ LIBS += -lboinc_graphics2 -lboinc_api -lboinc ...@@ -35,6 +35,7 @@ LIBS += -lboinc_graphics2 -lboinc_api -lboinc
LIBS += -Wl,-Bdynamic LIBS += -Wl,-Bdynamic
LIBS += $(shell $(STARSPHERE_INSTALL)/bin/sdl2-config --static-libs) LIBS += $(shell $(STARSPHERE_INSTALL)/bin/sdl2-config --static-libs)
LIBS += -lopengl32 -lglu32 LIBS += -lopengl32 -lglu32
LIBS += $(shell $(CXX) -print-file-name=libstdc++.a)
LDFLAGS += -static-libgcc LDFLAGS += -static-libgcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment