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