cosmopolitan/third_party/make/tests/config-flags.pm.W32

10 lines
123 B
Text
Raw Normal View History

2021-10-26 23:19:30 +05:30
# This is a -*-perl-*- script
#
# Set variables for Windows systems.
%CONFIG_FLAGS = (
USE_SYSTEM_GLOB => 'no'
);
1;