Skip to content

Commit

Permalink
vm: fix arm64 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed May 29, 2024
1 parent 8c50fe4 commit 173d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/Config.linux.arm.64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include vm/Config.linux
include vm/Config.arm
PLAF_DLL_OBJS += $(BUILD_DIR)/cpu-arm.64.o
PLAF_MASTER_HEADERS += $(BUILD_DIR)/cpu-arm.64.hpp
PLAF_MASTER_HEADERS += vm/cpu-arm.64.hpp

0 comments on commit 173d93e

Please sign in to comment.