Skip to content

Commit

Permalink
Changed ay to extend_from_slice
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPavlina committed Jun 10, 2019
1 parent a403faf commit ec46366
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ fn main() {
}

if ay {
files.push("Ay_Cpu.cpp");
files.push("Ay_Emu.cpp");
files.extend_from_slice(&[
"Ay_Cpu.cpp",
"Ay_Emu.cpp",
]);
}

if gbs {
Expand Down

0 comments on commit ec46366

Please sign in to comment.