Skip to content

Commit

Permalink
angelscript update to ease future proper arm64 support.
Browse files Browse the repository at this point in the history
Several project structure changes and starting to add arm64 support
 even tought mac M1 is not fully implemented but at least it compiles.
  • Loading branch information
devnexen committed Aug 14, 2022
1 parent 2fca03c commit a8e5965
Show file tree
Hide file tree
Showing 134 changed files with 98,329 additions and 85,859 deletions.
2 changes: 1 addition & 1 deletion Resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(OPENSPADES_RESOURCES AND OPENSPADES_NONFREE_RESOURCES)
set(NONFREE_PAK_FILES
${CMAKE_CURRENT_BINARY_DIR}/pak000-Nonfree.pak
${CMAKE_CURRENT_BINARY_DIR}/font-unifont.pak)
endif(OPENSPADES_NONFREE_RESOURCES)
endif(OPENSPADES_RESOURCES AND OPENSPADES_NONFREE_RESOURCES)

set(PAK_FILES
${COMPILED_PAK_FILES}
Expand Down
4 changes: 0 additions & 4 deletions Sources/AngelScript/README.md

This file was deleted.

Loading

0 comments on commit a8e5965

Please sign in to comment.