Skip to content

Commit

Permalink
Temporary edit to force natives to be rebuilt
Browse files Browse the repository at this point in the history
as recommended in #1795 (comment)
  • Loading branch information
jonahgraham authored and HannesWell committed Feb 4, 2025
1 parent 0467081 commit 4109c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundles/org.eclipse.swt/Eclipse SWT/common/library/swt.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ void throwOutOfMemory(JNIEnv *env) {
(*env)->ThrowNew(env, clazz, "");
}
}

// Fake edit to force natives to be rebuilt as recommended in https://github.com/eclipse-platform/eclipse.platform.swt/pull/1795#issuecomment-2632885057

0 comments on commit 4109c4a

Please sign in to comment.