Skip to content

Commit

Permalink
Build: Don't ship the STL on SDL platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Sep 14, 2022
1 parent cf18e77 commit fbec14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ else
#unexport PKG_CONFIG
export PKG_CONFIG_PATH=""
export PKG_CONFIG_LIBDIR=""
# We'll want to ship the shared STL lib
ifndef WIN32
# We'll want to ship the shared STL lib on non-SDL platforms
ifndef SDL
ifdef SHARED_STL_LIB
SHIP_SHARED_STL:=true
endif
Expand Down

0 comments on commit fbec14d

Please sign in to comment.