mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-01 06:28:21 +00:00
9 lines
123 B
Perl
9 lines
123 B
Perl
# This is a -*-perl-*- script
|
|
#
|
|
# Set variables for Windows systems.
|
|
|
|
%CONFIG_FLAGS = (
|
|
USE_SYSTEM_GLOB => 'no'
|
|
);
|
|
|
|
1;
|