compile
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user