This commit is contained in:
2025-03-14 15:54:04 -05:00
parent a8dff07bf1
commit d53ace06cf
2 changed files with 16 additions and 10 deletions

View File

@@ -66,7 +66,7 @@
];*/
buildPhase = ''
g++ modules/print/src/*.cpp -fpic -shared -I src -I include -o $name
g++ modules/print/src/*.cpp src/App.cpp -fpic -shared -I src -I include -o $name
'';
installPhase = ''