Browse Source

removed native jar copy

Kenneth Lausdahl 6 years ago
parent
commit
c61b6d3f9d

+ 1 - 1
DSL_SemanticAdaptation/be.uantwerpen.ansymo.semanticadaptation.cg.cpp.tests/src/be/uantwerpen/ansymo/semanticadaptation/cg/cpp/tests/CgCppBasicTest.xtend

@@ -157,7 +157,7 @@ class CgCppBasicTest extends AbstractSemanticAdaptationTest {
 		val cMakeToolChain = StaticGenerators.generateToolChainCmake();
 		BuildUtilities.writeToFile(new File(saRootDir, "msys-toolchain.cmake"), cMakeToolChain);
 		
-		(new BuildUtilities()).copyNativeLibFiles(saFrameworkPath);
+	//	(new BuildUtilities()).copyNativeLibFiles(saFrameworkPath);
 		System.out.println("Stored framework at: " + saFrameworkPath);