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