mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-06 11:32:07 +00:00
remove useless and incorrect meta.platforms annotations
This commit is contained in:
parent
000fe4d712
commit
11fb59b652
@ -273,7 +273,6 @@ let
|
||||
cp -r lib68k $out/lib
|
||||
'' else
|
||||
"");
|
||||
meta = { platforms = [ "m68k-macos" ]; };
|
||||
};
|
||||
|
||||
import-libraries = with pkgs;
|
||||
@ -319,7 +318,6 @@ let
|
||||
cmake --build .
|
||||
cmake --build . --target install
|
||||
'';
|
||||
meta = { platforms = [ "m68k-macos" ]; };
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user