Skip to content

Commit

Permalink
Revert to Windows system name
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Aug 15, 2023
1 parent 093c121 commit 3402501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/librhsp/scripts/linux-cross-build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let commonConfigureOptions = ["-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_C_COMPILER=

let linuxArm64Args = [ "-DCMAKE_SYSTEM_NAME=Linux", "-DCMAKE_SYSTEM_PROCESSOR=aarch64" ];
let linuxX64Args = [ "-DCMAKE_SYSTEM_NAME=Linux", "-DCMAKE_SYSTEM_PROCESSOR=x86_64" ];
let windowsArgs = [ "-DCMAKE_SYSTEM_NAME=Generic", "-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc" ];
let windowsArgs = [ "-DCMAKE_SYSTEM_NAME=Windows", "-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc" ];

let baseBuildPath = path.join(rhsplibPath, "build-");

Expand Down

0 comments on commit 3402501

Please sign in to comment.