We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e5cd5 commit 7fe419aCopy full SHA for 7fe419a
premake4.lua
@@ -952,7 +952,7 @@ function build_eepp( build_name )
952
"src/thirdparty/pcre2/src"
953
}
954
955
- defines { "PCRE2_CODE_UNIT_WIDTH=8" }
+ defines { "PCRE2_STATIC", "PCRE2_CODE_UNIT_WIDTH=8" }
956
957
if not _OPTIONS["without-mojoal"] then
958
defines( "AL_LIBTYPE_STATIC" )
premake5.lua
@@ -713,7 +713,7 @@ function build_eepp( build_name )
713
add_static_links()
714
check_ssl_support()
715
716
717
718
if table.contains( backends, "SDL2" ) then
719
files { "src/eepp/window/backend/SDL2/*.cpp" }
0 commit comments