mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
@@ -124,6 +124,11 @@ def configure(env):
|
|||||||
if not env['builtin_libogg']:
|
if not env['builtin_libogg']:
|
||||||
env.ParseConfig('pkg-config ogg --cflags --libs')
|
env.ParseConfig('pkg-config ogg --cflags --libs')
|
||||||
|
|
||||||
|
# On Linux wchar_t should be 32-bits
|
||||||
|
# 16-bit library shouldn't be required due to compiler optimisations
|
||||||
|
if not env['builtin_pcre2']:
|
||||||
|
env.ParseConfig('pkg-config libpcre2-32 --cflags --libs')
|
||||||
|
|
||||||
## Flags
|
## Flags
|
||||||
|
|
||||||
# Linkflags below this line should typically stay the last ones
|
# Linkflags below this line should typically stay the last ones
|
||||||
|
|||||||
Reference in New Issue
Block a user