Skip to content

Commit

Permalink
fix: identify c and cxx compiler 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Jul 13, 2024
1 parent 827c83c commit dc147e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ parts:
- "-DCMAKE_BUILD_TYPE=Release"
- "-DENABLE_TESTING=OFF"
- "-DBUILD_TESTING=OFF"
- "-DCMAKE_C_COMPILER=/usr/bin/gcc"
- "-DCMAKE_CXX_COMPILER=/usr/bin/g++"
source: https://github.com/herzbube/libsgfcplusplus.git
source-type: git
source-branch: develop
Expand Down

0 comments on commit dc147e7

Please sign in to comment.