Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Moved Makefile.toml to root. Avoid CD
Browse files Browse the repository at this point in the history
- This won't cause the error "unresolved external symbol DriverEntry" when compiling from matrix-rs root directory.

- You no longer have to go `cd driver` then  cargo make --profile development.

- Can compile from root.
  • Loading branch information
memN0ps committed Jun 26, 2024
1 parent 4334b30 commit 6d707a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/Makefile.toml → Makefile.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[env]
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
CARGO_MAKE_WORKSPACE_SKIP_MEMBERS = ["hypervisor"]
# Environment variables
VC_BUILD_DIR = "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\Build\\vcvarsamd64_x86.bat"
CARGO_MAKE_CARGO_BUILD_TEST_FLAGS = "--profile ${CARGO_MAKE_CARGO_PROFILE}"
Expand Down

0 comments on commit 6d707a9

Please sign in to comment.