cosmopolitan/third_party/make/tests/config-flags.pm.W32
2021-10-26 14:58:05 -07:00

9 lines
123 B
Perl

# This is a -*-perl-*- script
#
# Set variables for Windows systems.
%CONFIG_FLAGS = (
USE_SYSTEM_GLOB => 'no'
);
1;