blob: 2e64a74053ebe75778779c63fad2b70b6e8884ec [file] [log] [blame]
#!/usr/bin/perl
use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/lib";
# LIBOMP modules.
use Build;
use LibOMP;
use Platform ":vars";
use Uname;
use tools;
my $root_dir = $ENV{ LIBOMP_WORK };
print join('', $target_platform, "/");