Skip to content

Commit

Permalink
update CMake option config in example user c2a-sils-runtime build
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 12, 2023
1 parent baac4e4 commit 1a54a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mobc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() {
.define("C2A_BUILD_FOR_32BIT", "OFF")
.define("C2A_BUILD_AS_C99", "ON")
.define("C2A_BUILD_FOR_SILS", "ON")
.define("USE_SCI_COM_WINGS", "OFF")
.define("C2A_USE_SCI_COM_WINGS", "OFF")
.build_target("C2A");

println!("cargo:rerun-if-changed=./src/src_core");
Expand Down
2 changes: 1 addition & 1 deletion examples/subobc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() {
.define("C2A_BUILD_FOR_32BIT", "ON")
.define("C2A_BUILD_AS_C99", "ON")
.define("C2A_BUILD_FOR_SILS ", "ON")
.define("USE_SCI_COM_WINGS", "OFF")
.define("C2A_USE_SCI_COM_WINGS", "OFF")
.build_target("C2A");

println!("cargo:rerun-if-changed=./CMakeLists.txt");
Expand Down

0 comments on commit 1a54a0e

Please sign in to comment.