Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jan 20, 2024
1 parent 48c7e99 commit 35e0ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public IOSTarget() {
cppCompiler.add(cppCompilerr);
linkerCompiler.add(cppCompilerr);

cppFlags.add("-isysroot " + iphoneSimulatorSdk);
cppFlags.add("-isysroot" + iphoneSimulatorSdk);
cppFlags.add("-c");
cppFlags.add("-arch x86_64");
cppFlags.add("-mios-simulator-version-min=" + minIOSVersion);
Expand Down

0 comments on commit 35e0ce6

Please sign in to comment.