tools: fix non-portable syntax
This commit is contained in:
parent
68eef5f810
commit
28620d5041
2
Makefile
2
Makefile
@ -105,7 +105,7 @@ hledgeropt: setversion
|
|||||||
# build a deployable binary for gnu/linux, statically linked
|
# build a deployable binary for gnu/linux, statically linked
|
||||||
hledgerlinux: setversion
|
hledgerlinux: setversion
|
||||||
ghc --make hledger.hs -o bin/$(BINARYFILENAME) $(BUILDFLAGS) -O2 -static -optl-static -optl-pthread
|
ghc --make hledger.hs -o bin/$(BINARYFILENAME) $(BUILDFLAGS) -O2 -static -optl-static -optl-pthread
|
||||||
@echo Please check the build looks portable (static):
|
@echo 'Please check the build looks portable (statically linked):'
|
||||||
-file bin/$(BINARYFILENAME)
|
-file bin/$(BINARYFILENAME)
|
||||||
|
|
||||||
# build a deployable binary for mac, using only standard osx libs
|
# build a deployable binary for mac, using only standard osx libs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user