Skip to content

Commit

Permalink
[WIP] fix: minor fixes
Browse files Browse the repository at this point in the history
- add shared objects to nix derivation result
- remove useless pragma once
  • Loading branch information
drawbu committed Mar 25, 2024
1 parent 1de37e1 commit a49b9d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Arcade/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
** Engine
*/

#pragma once

#include "Engine.hpp"

gg::Engine::Engine() = default;
Expand Down
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
installPhase = ''
mkdir -p $out/bin
cp ${name} $out/bin
mkdir -p $out/var/lib
cp lib/*.so $out/var/lib
'';
};

Expand Down

0 comments on commit a49b9d7

Please sign in to comment.