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