SMJansson icon indicating copy to clipboard operation
SMJansson copied to clipboard

64 bit support

Open bottiger1 opened this issue 1 year ago • 0 comments

I updated ambuild files to support 64 bit compilation.

However I had to add a linux specific thing by creating a symlink to hl2sdk-manifest (a new sourcemod project containing game specific compile paths) due to ambuild not being able to run the hl2sdk-manifest script if it is outside the source path, and ambuild is not able to create symlinks outside the build path either.

The original author of the new 64bit ambuild script just copied the directory, but I think that is a bad solution.

This is inside the build/build bash script.

bottiger1 avatar May 07 '24 21:05 bottiger1