This commit is contained in:
2025-06-04 19:08:54 -04:00
parent 00afdc4f8a
commit 91746a838c
14 changed files with 12 additions and 10 deletions

View File

@ -14,7 +14,7 @@ depdir = "./dependencies/linux64" #local pre-compiled dependency libraries and t
installdir = "../../linux64" #directory to install to when finished
builddir = "./build_linux64"
doinstall = False #copies the build_output to the install dir when finished
doinstall = True #copies the build_output to the install dir when finished
cc = "gcc" #compiler
cflags = "-fPIC -O3"
libraries = "-l{}".format(libname)