This commit is contained in:
2025-03-30 12:24:23 -05:00
parent 369ae0bdb2
commit 283c3e28e7

View File

@@ -177,7 +177,7 @@
DependsOnPrintStatic = pkgs.stdenvNoCC.mkDerivation {
name = "DependsOnPrint";
name = "DependsOnPrintStatic";
src = ./.;
@@ -187,7 +187,7 @@
buildPhase = ''
clang++ \
modules/DependsOnPrint/src/*.cpp \
modules/DependsOnPrintStatic/src/*.cpp \
modules/Print/src/*.cpp \
include/utils/App/App.cpp \
-fpic -shared \