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

@ -16,6 +16,7 @@ builddir = "./build_linux64"
doinstall = True #copies the build_output to the install dir when finished
cc = "gcc" #compiler
# -fvisibility=hidden -- stripping symbols to avoid namespace pollution doesn't seem to work on Linux
cflags = "-fPIC -O3 -DEXPORT_AMSCIMGLIB4"
libraries = "-l{} -ljpeg -lpng -lz -lm".format(libname)
libdirs = "-L{} -L{}/lib -L{}/lib".format(builddir,commondir,depdir)