mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
better
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@638 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
12
Makefile.pl
12
Makefile.pl
@@ -95,7 +95,17 @@ if(-f "./pl/ostype/${target}.pl"){
|
||||
|
||||
require("./pl/rules.pl");
|
||||
|
||||
print("Target: " . $target . "\n");
|
||||
print("Target : " . $target . "\n");
|
||||
|
||||
my @l = ();
|
||||
foreach my $e (param_list()){
|
||||
if(($e eq "vulkan-string-helper") and param_get("vulkan")){
|
||||
push(@l, $e);
|
||||
}elsif(not($e eq "vulkan-string-helper") and param_get($e)){
|
||||
push(@l, $e);
|
||||
}
|
||||
}
|
||||
print("Enabled: " . join(" ", @l) . "\n");
|
||||
|
||||
open(OUT, ">", "Makefile");
|
||||
print(OUT "CC = ${cc}\n");
|
||||
|
||||
Reference in New Issue
Block a user