Skip to content
Snippets Groups Projects
Commit 9ba7636b authored by Mike Lake's avatar Mike Lake
Browse files

Changed library from .au to .so

parent 7fdea759
No related merge requests found
......@@ -36,7 +36,7 @@ if [ $? -ne 0 ]; then
fi
# Running gcc creates _pbs.so
gcc -shared -fPIC -I$PYTHON_INCL -I$PBS_EXEC/include pbs_wrap.c $PBS_EXEC/lib/libpbs.a \
gcc -shared -fPIC -I$PYTHON_INCL -I$PBS_EXEC/include pbs_wrap.c $PBS_EXEC/lib/libpbs.so \
-o _pbs.so -L/lib -lcrypto -lssl
# It does not need to be executable.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment