Skip to content

Commit 6b4173a

Browse files
authored
Merge pull request #29 from davidramnero/fix-#18-added-missing-import
fix/ Added missing import of IPath for previous fail to init fix
2 parents d60df59 + 76c7906 commit 6b4173a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

com.googlecode.cppcheclipse.parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
<ws>cocoa</ws>
109109
<arch>x86_64</arch>
110110
</environment>
111+
<environment>
112+
<os>macosx</os>
113+
<ws>cocoa</ws>
114+
<arch>aarch64</arch>
115+
</environment>
111116
</environments>
112117
</configuration>
113118
</plugin>

com.googlecode.cppcheclipse.ui/src/com/googlecode/cppcheclipse/ui/ToolchainSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.eclipse.core.resources.IProject;
2121
import org.eclipse.core.resources.IWorkspaceRoot;
2222
import org.eclipse.core.resources.ResourcesPlugin;
23+
import org.eclipse.core.runtime.IPath;
2324

2425
import com.googlecode.cppcheclipse.core.CppcheclipsePlugin;
2526
import com.googlecode.cppcheclipse.core.IToolchainSettings;

0 commit comments

Comments
 (0)