Skip to content

Commit 50b25c9

Browse files
committed
Added build of lwasm
1 parent 562b8d6 commit 50b25c9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ a.out
1010
arduino.json
1111
c_cpp_properties.json
1212
launch.json
13+
lwtools/*/*.d
14+
lwtools/*/*.o
15+
lwasm
16+
lwtools/*/*.a

mac/6809.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
attributes = {
396396
BuildIndependentTargetsInParallel = 1;
397397
LastSwiftUpdateCheck = 1340;
398-
LastUpgradeCheck = 1520;
398+
LastUpgradeCheck = 1540;
399399
TargetAttributes = {
400400
490F11112BF3D05500AC1440 = {
401401
CreatedOnToolsVersion = 13.4;
@@ -451,6 +451,7 @@
451451
/* Begin PBXShellScriptBuildPhase section */
452452
49750B132BE30E3000B7C3CF /* ShellScript */ = {
453453
isa = PBXShellScriptBuildPhase;
454+
alwaysOutOfDate = 1;
454455
buildActionMask = 2147483647;
455456
files = (
456457
);
@@ -464,7 +465,7 @@
464465
);
465466
runOnlyForDeploymentPostprocessing = 0;
466467
shellPath = /bin/sh;
467-
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n";
468+
shellScript = "cd $PROJECT_DIR/../lwtools ; make lwasm\n";
468469
};
469470
/* End PBXShellScriptBuildPhase section */
470471

@@ -654,6 +655,7 @@
654655
MTL_ENABLE_DEBUG_INFO = NO;
655656
MTL_FAST_MATH = YES;
656657
SDKROOT = macosx;
658+
SWIFT_COMPILATION_MODE = wholemodule;
657659
};
658660
name = Release;
659661
};

0 commit comments

Comments
 (0)