another time
This commit is contained in:
parent
9b93539450
commit
8ae24d7682
3
build.sh
3
build.sh
@ -47,7 +47,8 @@ elif [ -x "$(command -v dmd)" ]; then d_compiler="dmd";
|
||||
else echo "Unable to find D compiler"; exit -1; fi;
|
||||
|
||||
codegen_src="${script_dir}/vulkan_codegen.d"
|
||||
codegen_out="--of=${build}/vulkan_codegen"
|
||||
codegen_out_name="${build}/vulkan_codegen"
|
||||
codegen_out="--of=${codegen_out_name}"
|
||||
|
||||
$d_compiler $codegen_src $codegen_out
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user