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 17, 2022
1 parent e3aa033 commit 75d1671
Show file tree
Hide file tree
Showing 134 changed files with 98,330 additions and 85,856 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
2 changes: 1 addition & 1 deletion Sources/AngelScript/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AngelScript
===========

This directory includes the source code of AngelScript 2.31.1.
This directory includes the source code of AngelScript 2.36.0.
Loading

0 comments on commit 75d1671

Please sign in to comment.